mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-05 13:11:42 +00:00
ciao-controller: Set workloads/tables path in controller cmd
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commit is contained in:
@@ -11,10 +11,9 @@ sed -i.bak s/IDENTITY_HOST/$IDENTITY_HOST/g /root/ciaorc
|
||||
go install github.com/01org/ciao/...
|
||||
cp -f $GOBIN/* /usr/bin
|
||||
|
||||
mkdir -p /root/ciao-data
|
||||
cd /root/ciao-data
|
||||
cp -r /root/go/src/github.com/01org/ciao/ciao-controller/tables .
|
||||
cp -r /root/go/src/github.com/01org/ciao/ciao-controller/workloads .
|
||||
mkdir -p /var/lib/ciao/data/controller/
|
||||
cp -r /root/go/src/github.com/01org/ciao/ciao-controller/tables /var/lib/ciao/data/controller/
|
||||
cp -r /root/go/src/github.com/01org/ciao/ciao-controller/workloads /var/lib/ciao/data/controller/
|
||||
|
||||
if [ ! -d "/etc/ssl" ] ; then
|
||||
hash=`c_hash /etc/ca-certs/cacert.pem | cut -d ' ' -f1`
|
||||
|
||||
Reference in New Issue
Block a user