![Ian H Pittwood](/assets/img/avatar_default.png)
Zuul gates broke for Spyglass due to an update made to either Zuul or Openstack's Zuul jobs (I wasn't able to pin it down). The update caused Zuul to attempt to install Spyglass's requirements.txt file instead of referring to the method given in the tox configuration that utilizes Pipenv. To bypass this issue, the requirements.txt will be removed and Spyglass will be fully moved over to using Pipenv. Removes requirements.txt Updates Pipfile and Pipfile.lock for new package releases Updates Dockerfile to install requirements from Pipfile.lock Change-Id: I347ef6db18a44e1b88c811aa071ba8c60bccbd53
What is Spyglass? ----------------
Spyglass is the data extractor tool which can interface with different input data sources to generate site manifest YAML files. The data sources will provide all the configuration data needed for a site deployment. These site manifest YAML files generated by spyglass will be saved in a Git repository, from where Pegleg can access and aggregate them. This aggregated file can then be fed to shipyard for site deployment / updates.
Spyglass follows plugin model to support multiple input data sources. Current supported plugins are formation-plugin and Tugboat. Formation is a rest API based service which will be the source of information related to hardware, networking, site data. Formation plugin will interact with Formation API to gather necessary configuration. Similarly Tugboat accepts engineering spec which is in the form of spreadsheet and an index file to read spreadsheet as inputs and generates the site level manifests. As an optional step it can generate an intermediary yaml which contain all the information that will be rendered to generate Airship site manifests. This optional step will help the deployment engineer to modify any data if required.
Getting Started
For more detailed installation and setup information, please refer to the Getting Started guide.