summaryrefslogtreecommitdiffstats
path: root/prototypes
AgeCommit message (Expand)AuthorFilesLines
2017-09-11README files: Convert from markdown to RSTAlexandru Avadanii1-17/+30
2017-09-11Add & fix licensing in README.rst files, align extAlexandru Avadanii1-9/+4
2016-08-29Script updates for CI jobferenc Cserepkei1-7/+12
2016-08-09tacker-server patch updatedferenc Cserepkei1-4/+3
2016-08-03POC script updates for Coloradoferenc Cserepkei1-7/+18
2016-05-19Remove coexistence configuration from post scriptManuel Buil1-13/+0
2016-05-10The configuration of the coexistence between SFC and Netvirt is addedManuel Buil1-0/+13
2016-03-01Minor updates of poc.tacker-up.shFerenc Cserepkei1-13/+14
2016-02-24Several orchestration fixesFerenc Cserepkei1-28/+25
2016-02-19Fixing SFC post-install ssh permission errorsBrady Johnson1-4/+4
2016-02-19Minor fix to SFC Tacker post-install scriptBrady Johnson1-10/+8
2016-02-18Moved tacker install script to prototypes directoryJonas Bjurel2-0/+428
200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#!/usr/bin/env bash
# Copyright (c) 2017 Intel Corporation.
#
# 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.

OPENRC='/home/opnfv/openrc'
source "${OPENRC}"
CONTROLLER_IP=$(echo ${OS_AUTH_URL} | sed -ne "s/http:\/\/\(.*\):.*/\1/p")
export no_proxy="localhost,${CONTROLLER_IP}"
ANSIBLE_SCRIPTS="${0%/*}/../../ansible"

cd ${ANSIBLE_SCRIPTS} &&\
ansible-playbook \
         -vvv -i inventory.ini clean_images.yml