X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ffuel-plugin%2Fdeployment_scripts%2Fpuppet%2Fmanifests%2Fk8s-slave-install.pp;fp=src%2Ffuel-plugin%2Fdeployment_scripts%2Fpuppet%2Fmanifests%2Fk8s-slave-install.pp;h=0000000000000000000000000000000000000000;hb=b4804ed0b8d88fc91324dfbbf9e285d0691bb0f4;hp=4e4863b429737903243146c9481fb5eb0f31cf5b;hpb=d2e76f3f7ae0d7da12f054cecddfbd344801ddc5;p=openretriever.git diff --git a/src/fuel-plugin/deployment_scripts/puppet/manifests/k8s-slave-install.pp b/src/fuel-plugin/deployment_scripts/puppet/manifests/k8s-slave-install.pp deleted file mode 100644 index 4e4863b..0000000 --- a/src/fuel-plugin/deployment_scripts/puppet/manifests/k8s-slave-install.pp +++ /dev/null @@ -1,15 +0,0 @@ -notice('MODULAR: k8s-slave-install') -# get options - -$network_metadata = hiera_hash('network_metadata') -$k8s_nodes_hash = get_nodes_hash_by_roles($network_metadata, ['k8s-master']) -$k8s_mgmt_ips_hash = get_node_to_ipaddr_map_by_network_role($k8s_nodes_hash, 'management') -$k8s_mgmt_ips = values($k8s_mgmt_ips_hash) - -if $operatingsystem == 'Ubuntu' { - exec { 'install k8s slave': - command => "/etc/fuel/plugins/fuel-plugin-k8s-1.0/k8s-slave-install.sh $k8s_mgmt_ips", - path => '/usr/bin:/usr/sbin:/bin:/sbin', - } -} elsif $operatingsystem == 'CentOS' { -}