X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-infra%2F00-Kubernetes%2Fheat%2Fenv%2Faux.env;fp=ric-infra%2F00-Kubernetes%2Fheat%2Fenv%2Faux.env;h=a9495342a9e56ca25418faae63248c5ca99979a3;hb=ea83d035d863452d738abca47b966defb9a35456;hp=0000000000000000000000000000000000000000;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/ric-infra/00-Kubernetes/heat/env/aux.env b/ric-infra/00-Kubernetes/heat/env/aux.env new file mode 100644 index 00000000..a9495342 --- /dev/null +++ b/ric-infra/00-Kubernetes/heat/env/aux.env @@ -0,0 +1,44 @@ +################################################################################ +# Copyright (c) 2019 AT&T Intellectual Property. # +# Copyright (c) 2019 Nokia. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +################################################################################ + +# HEAT stack deploy env file +# customize the following for local OpenStack parameters +# ubuntu_1604_image: local OpenStack's image name for Ubuntu 1604 +# apt_proxy: host and port of the apt server +# docker_proxy: host and port of the docker registry +# k8s_vm_flavor: dimension of the VMs for the k8s cluster nodes +# public_net_id: the UUID of the IPv4 network where VMs get their IPv4 floating IP addresses +# public_v6net_id: the UUID of the IPv6 network where the VMs connect their IPv6 interfaces to +# int_net_cidr: the address space of the internal network connecting all VMs of the stack +# helm_override_yaml: the configurations for Helm deployments +parameters: + ubuntu_1604_image: "${OS_IMAGE_NAME}" + apt_proxy: "${OS_APT_PROXY}" + docker_proxy: "${OS_DOCKER_PROXY}" + public_net_id: "${OS_PUBLIC_NET_ID}" + public_v6net_id: "${OS_PUBLIC_V6NET_ID}" + key_name: "${OS_KEY_NAME}" + + k8s_vm_flavor: m1.large + int_net_cidr: 10.0.0.0/16 + + helm_deploy_delay: 4m + + helm_override_yaml: > + global: + repository: __docker_proxy__ + pullPolicy: IfNotPresent