Skip to content

Instantly share code, notes, and snippets.

@honza
honza / books.py
Last active February 28, 2023 21:50
books = [
"Genesis",
"Exodus",
"Leviticus",
"Numbers",
"Deuteronomy",
"Joshua",
"Judges",
"Ruth",
"1 Samuel",
@honza
honza / words.csv
Last active February 2, 2023 15:07
Word Explanation
Adria the Adriatic sea.
After this manner in this way.
Alleluia praise the LORD.
Anathema under a curse.
Away with take away.
Away with him take him away.
Barbarian foreigner.
Barbarians foreigners.
Bishop overseer.
@honza
honza / list.json
Created September 16, 2022 17:09
TBS Textual Key
[
{
"name": "Matthew",
"entries": [
{
"chapter": "1",
"verse": "7",
"text": "‘Asa’ is changed to ‘Asaph’ [often this error is printed in the margin rather than in the text]",
"is_serious": false
},
git clone https://github.com/openshift/machine-api-operator.git
cd machine-api-operator/
oc --as system:admin apply -f install/0000_30_machine-api-operator_00_namespace.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_01_images.configmap.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_02_machine.crd.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_03_machineset.crd.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_04_machinedeployment.crd.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_05_cluster.crd.yaml
oc --as system:admin apply -f install/0000_30_machine-api-operator_06_machineclass.crd.yaml
{
"apiVersion": "v1",
"items": [
{
"apiVersion": "metalkube.org/v1alpha1",
"kind": "BareMetalHost",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"metalkube.org/v1alpha1\",\"kind\":\"BareMetalHost\",\"metadata\":{\"annotations\":{},\"name\":\"example-baremetalhost\",\"namespace\":\"bmo-project\"},\"spec\":{\"bmc\":{\"credentialsName\":\"bmc1-secret\",\"ip\":\"192.168.100.100\"},\"online\":true}}\n"
},
+ figlet 'Building the Installer'
+ lolcat
____ _ _ _ _ _ _
| __ ) _ _(_) | __| (_)_ __ __ _ | |_| |__ ___
| _ \| | | | | |/ _` | | '_ \ / _` | | __| '_ \ / _ \
| |_) | |_| | | | (_| | | | | | (_| | | |_| | | | __/
|____/ \__,_|_|_|\__,_|_|_| |_|\__, | \__|_| |_|\___|
|___/
___ _ _ _
|_ _|_ __ ___| |_ __ _| | | ___ _ __
@honza
honza / refs.csv
Created September 24, 2018 13:31
rank ref ref_count
1 Isaiah 9:6 166
2 2 Corinthians 5:21 164
3 Jeremiah 25:9 160
4 Isaiah 3:11 160
5 John 1:14 149
6 Isaiah 41:10 140
7 Isaiah 9:7 135
8 Exodus 19:5 118
9 Deuteronomy 32:15 117
@honza
honza / ci.md
Last active January 24, 2018 19:37

tripleo-ui artifacts

There are currently three problems in openstack/tripleo-ui ci:

  1. Python wheels in tarballs.openstack.org/tripleo-ui/
  2. tripleo-ui-latest.tar.gz isn't updated in tarballs.openstack.org/tripleo-ui/
  3. tripleo-ui tarballs use unhelpful commits-since-tag naming scheme

The entry point for openstack ci configuration is the openstack-infra/project-config repository.

git clone https://github.com/openstack/tripleo-ui.git
cd tripleo-ui
virtualenv venv
source venv/bin/activate
pip install -r test-requirements.txt
cd docs
make html