Skip to content

Commit c3672a4

Browse files
author
Mandeep Dhami
committed
Updated spec file for added scripts
1 parent 3b865dd commit c3672a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/tripleo-ciscoaci.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ elif [ "$1" = "2" ]; then
7575
fi
7676

7777
mkdir -p /opt/tripleo-ciscoaci/bin
78-
cp /opt/tripleo-ciscoaci/files/build_ciscoaci_containers.sh /opt/tripleo-ciscoaci/bin/build_ciscoaci_containers.sh
78+
cp /opt/tripleo-ciscoaci/files/ciscoaci_containers.sh /opt/tripleo-ciscoaci/bin/ciscoaci_containers.sh
79+
cp /opt/tripleo-ciscoaci/files/ciscoaci_aim.sh /opt/tripleo-ciscoaci/bin/ciscoaci_aim.sh
7980
cp /opt/tripleo-ciscoaci/files/service-ciscoaci.yaml /opt/tripleo-ciscoaci/ciscoaci.yaml
8081
cp /opt/tripleo-ciscoaci/files/service-ciscoaci-compute.yaml /opt/tripleo-ciscoaci/ciscoaci_compute.yaml
8182
cp /opt/tripleo-ciscoaci/files/nodepre.yaml /opt/tripleo-ciscoaci/nodepre.yaml

0 commit comments

Comments
 (0)