Do not run after_boot.sh by default 41/72441/2
authorLuc Provoost <luc.provoost@intel.com>
Fri, 30 Apr 2021 07:28:22 +0000 (09:28 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Fri, 30 Apr 2021 07:55:30 +0000 (09:55 +0200)
commit4d80ebbc19018121572ecaa043bf7d4900a8144f
tree11b33654006e4476d34c216eef0795a18779fc9d
parentb9e433eff95350711cc6fef2ae06a3500e0d8421
Do not run after_boot.sh by default

In the definition of the stack in openstack-rapid.yaml, we define a
CloudConfig resource. after_boot.sh is called automatically by
a service (check-prox-system-setup.service), after each boot. In this
file, defined in the CloudConfig resource, you can put instructions
needed for succesful operation and to fix certain issues in your
environment. By default, this file should NOT be executed, hence we
should not have this in the CloudConfig. Change the name back to
after_boot.sh if you need to execute this code.

Change-Id: Ifd3f86fe6dfd31444b799833d6b435a310708f25
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/openstack-rapid.yaml