Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | Merge pull request #340 from awlx/add_f5_partition_support | ytti | |
Added function to get configuration of all partitions running on a F5 | |||
2016-02-25 | fix ssh test | Saku Ytti | |
also fix warning about unused variable | |||
2016-02-25 | Added function to get configuration of all partitions running on a F5 | awlx | |
2016-02-24 | Remove netcat in favor of native ssh tunnel | roedie | |
Newer versions of ssh (>=5.4) support the -W option which makes the use of netcat obsolete. Dropping netcat is useful is you want to hop through a router/switch since they rarely have netcat support. | |||
2016-02-23 | Merge pull request #326 from danilopopeye/group-remotes-and-hooks | ytti | |
multiple remotes for groups in GithubRepo hook | |||
2016-02-22 | follow the hook remotes config also for groups repositories | Danilo Sousa | |
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892 | |||
2016-02-22 | don't comment running config | Saku Ytti | |
spotted by @str4nd | |||
2016-02-22 | I guess no one uses telnet, which is nice. | Saku Ytti | |
Edgeswitch spotted by @str4nd | |||
2016-02-22 | Merge pull request #313 from jgroom33/master | ytti | |
add http output type | |||
2016-02-22 | add requires | Jeff Groom | |
2016-02-21 | Fix telnet 'wait for prompt' bug | roedie | |
2016-02-20 | Merge pull request #331 from danilopopeye/config-root-env-var | ytti | |
config root env var | |||
2016-02-20 | Merge pull request #323 from roedie/add-redback | ytti | |
Add support for Ericsson Redback | |||
2016-02-20 | Rename to IPOS | roedie | |
2016-02-19 | refactor `#remote_repo` to not rely on `#single_repo?` config | Danilo Sousa | |
even in the case we have groups, we can assume is only one repository if the `remote_repo` config is a String. | |||
2016-02-19 | move the groups remote to the hook config | Danilo Sousa | |
thanks to @ElvinEfendi for the idea! :+1: | |||
2016-02-19 | use `OXIDIZED_HOME` env variable for root config directory | Danilo Sousa | |
this provides a way to isolate the oxidized without touching the user home directory, useful for init.d scripts and others. | |||
2016-02-19 | fix 'GithubRepo#single_repo?' private method | Danilo Sousa | |
2016-02-19 | Merge pull request #324 from roedie/add-motorola-wm | ytti | |
Add support for Motorola wireless controllers | |||
2016-02-19 | Rename to be consistent | roedie | |
2016-02-19 | Update description | roedie | |
2016-02-19 | Made the vars strings | roedie | |
Tested, and is even better. | |||
2016-02-19 | Add comment marks to metadata | roedie | |
2016-02-19 | Merge pull request #328 from roedie/fix-sshkex | ytti | |
Add support to specify cipher and kex for ssh connections | |||
2016-02-19 | Add support to specify cipher and kex for ssh connections | roedie | |
Some network equipment exists that does not want to play nice with ssh. This adds the vars ssh_encryption and ssh_kex which can be used to make tell oxidized to use certain encryption and key exchange so it can connect to these devices. | |||
2016-02-18 | create tests for `GithubRepo#validate_cfg!` method | Danilo Sousa | |
2016-02-18 | fix `githubrepo` hook for groups repositories remotes | Danilo Sousa | |
when there was a repository per group we could not use the hook for pushing since we only had **one** remote configured. This PR configures each repository its own remote based in the `groups` config, as follows: ``` --- groups: first: remote_repo: git@gitlab.lab:oxidized/first.git second: remote_repo: git@gitlab.lab:oxidized/second.git ``` | |||
2016-02-18 | Fix fortios more prompt | roedie | |
To make this work, the timeout must be high as wel. About 120 sec in my tests | |||
2016-02-18 | `Node#repo` should return the node group repository | Danilo Sousa | |
2016-02-18 | Add support for Motorola wireless controllers | roedie | |
2016-02-18 | Add support for Ericsson Redback | roedie | |
2016-02-18 | Merge pull request #318 from danilopopeye/show-version | ytti | |
show version option | |||
2016-02-17 | create `-v` and `--version` options | Danilo Sousa | |
2016-02-17 | Added support for "show virtual-chassis" output on Junos EX and QFX switches | Ben Cardy | |
2016-02-15 | Create http.rb | Jeff Groom | |
2016-02-13 | Sort the config for AirOS | Tony Murray | |
Usually the config is sorted, but sometimes modifying the config moves things around. Using sort makes for nicer diffs. | |||
2016-02-09 | Merge pull request #311 from Shopify/fortios-fix | ytti | |
strip the value of conf_file_ver | |||
2016-02-09 | strip the value of conf_file_ver | Elvin Efendi | |
2016-02-07 | additional secrets for IOS | nopedial | |
2016-02-06 | version 0.12.2 | nopedial | |
2016-02-06 | Didnt handle no match found | Nat Morris | |
2016-02-06 | bump version | nopedial | |
2016-02-06 | Merge pull request #309 from natm/mrv_ignore_dates | ytti | |
MRV master-os: Ignore configuration timestamps | |||
2016-02-06 | ignore configuration dates | Nat Morris | |
2016-02-06 | set TERM | nopedial | |
2016-02-05 | bump up version | nopedial | |
2016-02-05 | version 0.12.00.12.0 | nopedial | |
2016-02-04 | stripe system time value in fortigate | Elvin Efendi | |
2016-02-04 | Another fix for ironware fan speeds | Mike Bryant | |
2016-02-03 | We didn't wait for prompt after enable | Saku Ytti | |
This makes the model racy, some might say broken. |