~barryprice/juju-bmc/+git/juju-bmc:master

Last commit made on 2020-05-27
Get this branch:
git clone -b master https://git.launchpad.net/~barryprice/juju-bmc/+git/juju-bmc
Only Barry Price can upload to this branch. If you are Barry Price please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~barryprice/juju-bmc/+git/juju-bmc

Recent commits

c6f7506... by Barry Price

Test MP, do not merge

4485cce... by Joe Guo

juju-bmc: change subprocess.call to check_all

When command like sshpass failed without message,
`subprocess.call` will show nothing, but `subprocess.check_all` will
raise `CalledProcessError` exception and tell user it failed,
which is a little bit more helpful.

Signed-off-by: Joe Guo <email address hidden>

19b489a... by Joe Guo

juju-bmc: set StrictHostKeyChecking to no

when ssh to new host, ssh will ask question.
However, while using sshpass to call ssh, the question will now show up,
and command will exit without message.

set StrictHostKeyChecking=no to avoid such issue.

Signed-off-by: Joe Guo <email address hidden>

8a467be... by Jose Guedez

updated docs with examples

cf80d30... by Jose Guedez

add a simple makefile

88a75d9... by Joe Guo

default is now sol activate, some formatting

36ebd93... by Jose Guedez

add runtime dependencies, update HOME

d20d58b... by Joe Guo

juju-bmc: juju plugin to connect BMC via ipmi or ssh

b12052a... by Jose Guedez

initial commit