diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-09 21:40:22 +0100 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-11 09:24:04 +0000 |
commit | d6165887af0b6c9d2024a17e7f4cc8039ca761ab (patch) | |
tree | b19f69c2a2391d32914f755c0b335df4de1e7ab5 /mcp | |
parent | 08bde71385047eefcd7ac6aa211df5a83c145bdb (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>
(cherry picked from commit 9da33bc85d681950a09452f28ca39df2108b0b56)
Diffstat (limited to 'mcp')
-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 |