Fix: remove references to previous repo
Remove references to att-comdev/spyglass repo Change-Id: Ie07a5ae6062e61c2705a056713a9fb50ad2361fe
This commit is contained in:
parent
0c8ecf3751
commit
303fce156b
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
|
||||
SPYGLASS_BUILD_CTX ?= .
|
||||
IMAGE_NAME ?= spyglass
|
||||
IMAGE_PREFIX ?= att-comdev
|
||||
IMAGE_PREFIX ?= airshipit
|
||||
DOCKER_REGISTRY ?= quay.io
|
||||
IMAGE_TAG ?= latest
|
||||
PROXY ?= http://proxy.foo.com:8000
|
||||
|
@ -132,13 +132,13 @@ Before using Spyglass you must:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
git clone https://github.com/att-comdev/spyglass
|
||||
git clone https://github.com/openstack/airship-spyglass
|
||||
|
||||
2. Install the required packages in spyglass:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip3 install -r tugboat/requirements.txt
|
||||
pip3 install -r airship-spyglass/requirements.txt
|
||||
|
||||
|
||||
CLI Options
|
||||
|
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(
|
||||
name='spyglass',
|
||||
version='0.0.1',
|
||||
description='Generate Airship specific yaml manifests from data sources',
|
||||
url='http://github.com/att-comdev/spyglass',
|
||||
url='http://github.com/openstack/airship-spyglass',
|
||||
python_requires='>=3.5.0',
|
||||
license='Apache 2.0',
|
||||
packages=find_packages(),
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
# Certs generated by Promenade, see docs at
|
||||
# TODO: move to https://github.com/openstack/airship-treasuremap/blob/master/docs/source/authoring_and_deployment.rst
|
||||
# https://github.com/att-comdev/treasuremap/blob/master/docs/source/deployment.rst#sitenew_sitepkipki-catalogyaml
|
||||
# https://github.com/openstack/airship-treasuremap/blob/master/doc/source/authoring_and_deployment.rst
|
||||
data: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIDSDCCAjCgAwIBAgIUegkh/antB1XyDVHdP5dv+0MZyBcwDQYJKoZIhvcNAQEL
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
: ${WORKSPACE:=$(pwd)}
|
||||
: ${IMAGE:=quay.io/att-comdev/spyglass:latest}
|
||||
: ${IMAGE:=quay.io/airshipit/spyglass:latest}
|
||||
|
||||
echo
|
||||
echo "== NOTE: Workspace $WORKSPACE is the execution directory in the container =="
|
||||
|
Loading…
Reference in New Issue
Block a user