diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-11 09:23:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-11 09:23:46 +0000 |
commit | c976700c1e8702881f67f3306a67d56c9f78c327 (patch) | |
tree | 1a9cb2f7fd51d329b86a53fa5c052d6d9ded83b5 /mcp | |
parent | 24dad46d51e6740400effd037f14d99defc5eafd (diff) | |
parent | 9da33bc85d681950a09452f28ca39df2108b0b56 (diff) |
Merge "states: maas: Stop using maas-stable PPA"
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 |