juju-bmc:juju-bmc-strict

Last commit made on 2020-06-05
Get this branch:
git clone -b juju-bmc-strict https://git.launchpad.net/juju-bmc
Members of Canonical IS CREs can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
juju-bmc-strict
Repository:
lp:juju-bmc

Recent commits

8386ac9... by Jose Guedez

add support for strict snap confinement

609a074... by Jose Guedez

snapcraft uses annotated tags for snap version, some comment cleanup

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