diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-09 21:40:22 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-10 01:34:56 +0000 |
commit | 9da33bc85d681950a09452f28ca39df2108b0b56 (patch) | |
tree | c55e8fb7c985c703ef58b909737295fc812904db /mcp/config | |
parent | 8c15c3675d57bfaed9c6923ed8adfdb6879fea49 (diff) |
states: maas: Stop using maas-stable PPA
Currently, Xenial repos provide MaaS 2.2.x, while the PPA bumped it
to 2.3.x. Since we switched to 2.3, we observed a rare wrongful state
transition from 'Deploying' back to 'Ready'.
Drop the PPA, falling back to 2.2 from mainline distro repos.
JIRA: FUEL-312
Change-Id: I3daa118059f37cbeca076da685661c28f3a28a97
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/config')
-rwxr-xr-x | mcp/config/states/maas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas index 7ccf0188e..24cefe818 100755 --- a/mcp/config/states/maas +++ b/mcp/config/states/maas @@ -65,8 +65,6 @@ if [ "${ERASE_ENV}" -gt 1 ]; then fi # MaaS rack/region controller, node commissioning -salt -C 'mas01*' cmd.run "add-apt-repository ppa:maas/stable" - salt -C 'mas01*' state.apply linux,salt,openssh,ntp salt -C 'mas01*' state.apply linux.network.interface salt -C 'mas01*' state.apply maas.pxe_nat |