summaryrefslogtreecommitdiffstats
path: root/ansible/list_stacks.yml
blob: ef1b743895a9aa14fbb85e6764936a295c7ec0d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2017 Intel Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- hosts: yardstick

  roles:
    - convert_openrc
    - delete_heat_stacks
gi">+ $script >> /root/pre.log 2>&1 + done + shopt -u nullglob + ### OPNFV addition END + + # Enable sshd + systemctl enable sshd + systemctl start sshd + if [[ "$showmenu" == "yes" || "$showmenu" == "YES" ]]; then ! fuelmenu else # Give user 15 seconds to enter fuelmenu or else continue echo *************** *** 374,382 **** [ ! -f /etc/fuel_build_id ] && \ sed -i "s|127.0.0.1:8080/ubuntu/x86_64|mirror.fuel-infra.org/mos-repos/ubuntu/${FUEL_RELEASE}|g" "${ASTUTE_YAML}" ! # Enable sshd ! systemctl enable sshd ! systemctl start sshd # Enable iptables systemctl enable iptables.service --- 388,394 ---- [ ! -f /etc/fuel_build_id ] && \ sed -i "s|127.0.0.1:8080/ubuntu/x86_64|mirror.fuel-infra.org/mos-repos/ubuntu/${FUEL_RELEASE}|g" "${ASTUTE_YAML}" ! systemctl reload sshd # Enable iptables systemctl enable iptables.service *************** *** 529,534 **** --- 541,556 ---- bash /etc/rc.local + ### OPNFV addition BEGIN + shopt -s nullglob + for script in /opt/opnfv/bootstrap/post.d/*.sh + do + echo "Post script: $script" >> /root/post.log 2>&1 + $script >> /root/post.log 2>&1 + done + shopt -u nullglob + ### OPNFV addition END + if [ "`get_bootstrap_skip`" = "False" ]; then build_ubuntu_bootstrap bs_status || true else