diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/03-maasdeploy.sh | 1 | ||||
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/relations.yaml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index ac7804cc..4fd75bfd 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -10,6 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then fi #install the packages needed +sudo apt-get install software-properties-common -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:ocata -y diff --git a/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml b/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml index de69b769..32d9ccba 100644 --- a/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml +++ b/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml @@ -3,7 +3,6 @@ {% else %} - [ 'kubernetes-master:kube-api-endpoint', 'kubernetes-worker:kube-api-endpoint' ] {% endif %} - - [ 'kubernetes-master:cluster-dns', 'kubernetes-worker:kube-dns' ] - [ 'kubernetes-master:certificates', 'easyrsa:client' ] - [ 'kubernetes-master:etcd', 'etcd:db' ] - [ 'kubernetes-worker:certificates', 'easyrsa:client' ] |