aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/postinstall.sh
blob: f5a7ac684a85414087b9270bf266c1c548e9344b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

set -o xtrace

source /var/onap/functions

export_env_vars
create_configuration_files
install_dev_tools
install_java
configure_bind

for serv in $@; do
    source /var/onap/${serv}
    configure_service ${serv}_serv.sh
    init_${serv}
done
DITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. dependencies: - name: common version: ~8.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - name: repositoryGenerator version: ~8.x-0 repository: '@local'