diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-25 13:09:08 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-04-25 20:08:38 +0000 |
commit | 93d4028cbb58e867e703ea02ea84e7f0f4fe81e0 (patch) | |
tree | 4f26dcf357d4d3823c77adce705f0b8d33103b03 /boot/aaf_install.sh | |
parent | c374bb846bb361f6dff64749935719960ee2d355 (diff) |
Add AAF Installation Steps
Issue-ID: AAF-256
Change-Id: I2f1e9f4f4e98014ea6af95766fe41837471c0acc
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'boot/aaf_install.sh')
-rw-r--r-- | boot/aaf_install.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/boot/aaf_install.sh b/boot/aaf_install.sh index 0378a4e7..ea80e47f 100644 --- a/boot/aaf_install.sh +++ b/boot/aaf_install.sh @@ -95,8 +95,13 @@ resolvconf -u cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO chmod +x /opt/authz/auth/auth-cass/docker/dinstall.sh +chmod +x /opt/authz/auth/auth-cass/docker/backup/backup.sh +chmod +x /opt/authz/auth/docker/dbuild.sh chmod +x /opt/authz/auth/docker/drun.sh -chmod +x /opt/authz/auth/docker/d.props +chmod +x /opt/authz/auth/docker/dstart.sh +chmod +x /opt/authz/auth/docker/dstop.sh +# d.props is not a startable shell +# chmod +x /opt/authz/auth/docker/d.props #Update maven settings cat > /usr/share/maven/conf/settings.xml << EOF @@ -513,4 +518,4 @@ then fi cd /opt -./aaf_vm_init.sh
\ No newline at end of file +./aaf_vm_init.sh |