Removed opendaylight build capabilities as a preparation toward Arno SR1
[genesis.git] / fuel / build / f_odl_docker / puppet / modules / opnfv / manifests / odl_docker.pp
index 7370169..56f0216 100644 (file)
@@ -30,11 +30,27 @@ class opnfv::odl_docker
         mode   => 750,
       }
 
-      file { '/opt/opnfv/odl/start_odl_conatiner.sh':
+      file { '/opt/opnfv/odl/start_odl_container.sh':
         ensure => present,
         source => '/etc/puppet/modules/opnfv/scripts/start_odl_container.sh',
         mode   => 750,
       }
+      file { '/opt/opnfv/odl/stage_odl.sh':
+        ensure => present,
+        source => '/etc/puppet/modules/opnfv/scripts/stage_odl.sh',
+        mode   => 750,
+      }
+      file { '/opt/opnfv/odl/config_net_odl.sh':
+        ensure => present,
+        source => '/etc/puppet/modules/opnfv/scripts/config_net_odl.sh',
+        mode   => 750,
+      }
+      file { '/opt/opnfv/odl/change.sh':
+        ensure => present,
+        source => '/etc/puppet/modules/opnfv/scripts/change.sh',
+        mode   => 750,
+      }
+
 
       # fix failed to find the cgroup root issue
       # https://github.com/docker/docker/issues/8791