From d6165887af0b6c9d2024a17e7f4cc8039ca761ab Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 9 Dec 2017 21:40:22 +0100 Subject: 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 (cherry picked from commit 9da33bc85d681950a09452f28ca39df2108b0b56) --- mcp/config/states/maas | 2 -- 1 file changed, 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 -- cgit 1.2.3-korg