summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-03-01force the F5 TMOS shell to do not ask questionsDanilo Sousa
config # tmsh -h usage: tmsh <options ...> <commmand> -q the shell will not ask the user any questions, this option does not have an affect in interactive mode
2016-02-25Changed configuration item namesawlx
2016-02-25Remove commands from the configTony Murray
2016-02-25Edgeswitch: not properly closing the connectonTony Murray
Quit fully logs out even when enabled. exit exit did not log out the second one failed.
2016-02-25Prompt detect not workingTony Murray
The prompt detection was not working on my edgeswitch. The old regex was a little odd, so I don't know if there is some corner case I'm not accounting for. My prompts ``` (palmer-elevator.sw) > ``` ``` (palmer-elevator.sw) # ```
2016-02-25Removed unnecessary repetitionawlx
2016-02-25Added support for SSH Key usage and ssh-agent-forwardingawlx
2016-02-25Fixed the fortios prompt to support a read-only userawlx
2016-02-25Merge pull request #340 from awlx/add_f5_partition_supportytti
Added function to get configuration of all partitions running on a F5
2016-02-25fix ssh testSaku Ytti
also fix warning about unused variable
2016-02-25Added function to get configuration of all partitions running on a F5awlx
2016-02-24Remove netcat in favor of native ssh tunnelroedie
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-23Merge pull request #326 from danilopopeye/group-remotes-and-hooksytti
multiple remotes for groups in GithubRepo hook
2016-02-22follow the hook remotes config also for groups repositoriesDanilo Sousa
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892
2016-02-22don't comment running configSaku Ytti
spotted by @str4nd
2016-02-22I guess no one uses telnet, which is nice.Saku Ytti
Edgeswitch spotted by @str4nd
2016-02-22Merge pull request #313 from jgroom33/masterytti
add http output type
2016-02-22add requiresJeff Groom
2016-02-21Fix telnet 'wait for prompt' bugroedie
2016-02-20Merge pull request #331 from danilopopeye/config-root-env-varytti
config root env var
2016-02-20Merge pull request #323 from roedie/add-redbackytti
Add support for Ericsson Redback
2016-02-20Rename to IPOSroedie
2016-02-19refactor `#remote_repo` to not rely on `#single_repo?` configDanilo 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-19move the groups remote to the hook configDanilo Sousa
thanks to @ElvinEfendi for the idea! :+1:
2016-02-19use `OXIDIZED_HOME` env variable for root config directoryDanilo Sousa
this provides a way to isolate the oxidized without touching the user home directory, useful for init.d scripts and others.
2016-02-19fix 'GithubRepo#single_repo?' private methodDanilo Sousa
2016-02-19Merge pull request #324 from roedie/add-motorola-wmytti
Add support for Motorola wireless controllers
2016-02-19Rename to be consistentroedie
2016-02-19Update descriptionroedie
2016-02-19Made the vars stringsroedie
Tested, and is even better.
2016-02-19Add comment marks to metadataroedie
2016-02-19Merge pull request #328 from roedie/fix-sshkexytti
Add support to specify cipher and kex for ssh connections
2016-02-19Add support to specify cipher and kex for ssh connectionsroedie
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-18create tests for `GithubRepo#validate_cfg!` methodDanilo Sousa
2016-02-18fix `githubrepo` hook for groups repositories remotesDanilo 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-18Fix fortios more promptroedie
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 repositoryDanilo Sousa
2016-02-18Add support for Motorola wireless controllersroedie
2016-02-18Add support for Ericsson Redbackroedie
2016-02-18Merge pull request #318 from danilopopeye/show-versionytti
show version option
2016-02-17create `-v` and `--version` optionsDanilo Sousa
2016-02-17Added support for "show virtual-chassis" output on Junos EX and QFX switchesBen Cardy
2016-02-15Create http.rbJeff Groom
2016-02-13Sort the config for AirOSTony Murray
Usually the config is sorted, but sometimes modifying the config moves things around. Using sort makes for nicer diffs.
2016-02-09Merge pull request #311 from Shopify/fortios-fixytti
strip the value of conf_file_ver
2016-02-09strip the value of conf_file_verElvin Efendi
2016-02-07additional secrets for IOSnopedial
2016-02-06version 0.12.2nopedial
2016-02-06Didnt handle no match foundNat Morris
2016-02-06bump versionnopedial