A CLI for managing declarative infrastructure.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ian Howell 1d09fa090c Add auth to template for 22_test_configs.sh
This adds the following vairables to be used with the 22_test_configs.sh
script, so that it can generate configs which have access to private
repos.

* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_TYPE
* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_KEY_PASSWORD
* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_KEY_PATH
* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_HTTP_PASSWORD
* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_SSH_PASSWORD
* AIRSHIP_CONFIG_MANIFEST_REPO_AUTH_USERNAME

Relates-To: #627

Change-Id: I791e45eb6747e76f0e69a7cdcfde90db570fa1d1
2 years ago
.github Improve release notes issue selection accuracy 2 years ago
certs Adding the ability to inject certificate authorities into docker image 3 years ago
cmd Merge "Add possibility to specify 0 timeout via CLI options" 2 years ago
docs Merge "Update virtualized testing env docs" 2 years ago
krm-functions skip generating etherenet_mac_address when null 2 years ago
manifests Allow one single qcow2 image in qcow bundle 2 years ago
pkg Add auth to template for 22_test_configs.sh 2 years ago
playbooks Merge "Add airship-in-a-pod to gate jobs" 2 years ago
roles Merge "Switching airshipctl and krm-functions to kustomize 4.2.0" 2 years ago
testdata/k8s Remove NameInKubeconf field from Context struct 2 years ago
tests/ansible Reusing apache-server instead of httpd 3 years ago
testutil Move clustetctl to KRM 2 years ago
tools Add auth to template for 22_test_configs.sh 2 years ago
zuul.d Temporarily disable AIAP script runner 2 years ago
.gitignore Fix typo in .gitignore 3 years ago
.gitreview Gerrit: Add .gitreview file 4 years ago
.golangci.yaml Replace Non-ASCII symbols 3 years ago
.goreleaser.yaml Tweak release binaries 2 years ago
.grenrc.js Github action to create release notes 3 years ago
CONTRIBUTING.md Guideline against very large Gerrit Changes 3 years ago
Dockerfile Switching airshipctl and krm-functions to kustomize 4.2.0 2 years ago
LICENSE Add LICENSE 4 years ago
Makefile Switching airshipctl and krm-functions to kustomize 4.2.0 2 years ago
README.rst Airship blog series link fix 3 years ago
Vagrantfile [#32]: scripts for local run playbooks 3 years ago
go.mod Switching airshipctl and krm-functions to kustomize 4.2.0 2 years ago
go.sum Switching airshipctl and krm-functions to kustomize 4.2.0 2 years ago
main.go Refactor airshipctl root command 3 years ago
tox.ini Replace venv with tox for documentation builds 3 years ago

README.rst

Airshipctl

Airshipctl is a command-line interface that enables users to manage declarative infrastructure and software.

Airshipctl aims to provide a seamless experience for operators wishing to leverage the best open source options such as the Cluster API, Metal Kubed, Kustomize, and kubeadm by providing a straight forward and easily approachable interface.

This project is the heart of our effort to produce Airship 2.0, which has three main evolutions from Airship 1.0:

  • Expand our use of entrenched upstream projects.
  • Embrace Kubernetes Custom Resource Definitions (CRD) everything becomes an object in Kubernetes.
  • Make the Airship control plane ephemeral.

To learn more about the Airship 2.0 evolution, reference the Airship blog series.

Contributing

Airshipctl is under active development and welcomes new developers! Please read our developer guide to begin contributing.

We also encourage new contributors and operators alike to join us in our Slack workspace and subscribe to our mailing lists.

You can learn more about Airship on the Airship wiki.