c0db5c423b
This patch removes all references and stops using repo_build as all the integrated roles have their wheels and virtualenvs built inside the role. This patch removes all references and usage of pip_install as we no longer need to do this. Change-Id: Ie48b738c9281578e48b1811481d2a8da3832dc1b
17 lines
695 B
YAML
17 lines
695 B
YAML
---
|
|
# Copyright 2016, Rackspace US, Inc.
|
|
#
|
|
# 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.
|
|
|
|
# Ensure that the package state matches the global setting
|
|
repo_server_package_state: "{{ package_state }}" |