Skip to content

Instantly share code, notes, and snippets.

TASK [setup] *******************************************************************
Friday 14 April 2017 10:43:39 -0500 (0:00:00.076) 0:00:00.076 **********
fatal: [stack.projwrigley.com_nova_console_container-b04871dc]: FAILED! => {"changed": false, "failed": true, "module_
stderr": "Warning: Permanently added '10.171.203.26' (ECDSA) to the list of known hosts.\r\n--------------------------
----------------------------------------------------\n* WARNING
*\n* You are accessing a secured system and your actions will be logged along *\n* with identifying inf
ormation. Disconnect immediately if you are not an *\n* authorized user of this system.
*\n------------------------------------------------------------------------------\nError: container s
tack.projwrigley.com_nova_console_container-b04871dc is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE"}
fatal: [alt-files1.projwrigley.com_swift_proxy_container-ff67dbc6]: FAILED! => {"changed": false, "failed": true,
ubuntu@example-k8s-master-1:~$ kubectl cluster-info
Kubernetes master is running at http://localhost:8080
dnsmasq is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/dnsmasq
kubedns is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kubedns
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
scollins@Sean-Collins-MBPr15 ~/src/k8s/kargo ±master⚡ » ansible-playbook -b -v -K -i inventory/inventory.yml cluster.yml
Using /Users/scollins/src/k8s/kargo/ansible.cfg as config file
SUDO password:
PLAY [localhost] ***************************************************************
TASK [bastion-ssh-config : set_fact] *******************************************
ok: [localhost] => {"ansible_facts": {"has_bastion": false}, "changed": false}
TASK [bastion-ssh-config : set_fact] *******************************************
(kubernetes)scollins@Sean-Collins-MBPr15 ~/src/k8s/kubernetes ±bugs/40102⚡ » openstack stack event list KubernetesStack
2017-01-18 21:28:22 [KubernetesStack]: CREATE_IN_PROGRESS Stack CREATE started
2017-01-18 21:28:22 [KubernetesStack.provision_network_master]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:22 [KubernetesStack.secgroup_master]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:23 [KubernetesStack.secgroup_base]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:23 [KubernetesStack.hostname_hack_script]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:24 [KubernetesStack.extrouter]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:25 [KubernetesStack.deploy_kube_auth_files_master]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:25 [KubernetesStack.kube_user]: CREATE_IN_PROGRESS state changed
2017-01-18 21:28:25 [KubernetesStack.fixed_network]: CREATE_IN_PROGRESS state changed
{
"_meta": {
"hostvars": {
"aio1": {
"ansible_ssh_host": "172.29.236.100",
"cinder_backends": {
"lvm": {
"iscsi_ip_address": "172.29.236.100",
"volume_backend_name": "LVM_iSCSI",
"volume_driver": "cinder.volume.drivers.lvm.LVMVolumeDriver",
diff --git a/features.yaml b/features.yaml
index 976283f..2d1749f 100644
--- a/features.yaml
+++ b/features.yaml
@@ -57,7 +57,7 @@ branches:
# Normalized branch names only here, e.g. stable/icehouse => icehouse
allowed: [master, ocata, newton, mitaka, liberty, kilo, juno, icehouse]
-features:
+controller:
Return-Path: <news@update.aftenbsd.com>
X-Original-To: scollins@atlas.coreitpro.com
Delivered-To: scollins@atlas.coreitpro.com
Received: by atlas.coreitpro.com (Postfix, from userid 58)
id 0BBB0125E99; Tue, 2 Aug 2016 11:59:34 -0400 (EDT)
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on atlas.coreitpro.com
X-Spam-Flag: YES
X-Spam-Level: **************************
X-Spam-Status: Yes, score=26.5 required=7.0 tests=BAYES_99,BAYES_999,
HTML_MESSAGE,MIME_HTML_ONLY,SPF_HELO_SOFTFAIL,URIBL_BLACK,URIBL_DBL_SPAM
@sc68cal
sc68cal / dhcp6c.conf
Last active June 8, 2016 18:05
FreeBSD IPv6 configuration for Comcast
interface em0 {
send ia-pd 0;
send ia-na 0;
};
id-assoc na 0 { };
id-assoc pd {
prefix-interface alc0 {
sla-id 1;
diff --git a/jenkins/jobs/neutron.yaml b/jenkins/jobs/neutron.yaml
index f698f13..0e45d1b 100644
--- a/jenkins/jobs/neutron.yaml
+++ b/jenkins/jobs/neutron.yaml
@@ -402,13 +402,17 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_NEUTRON=1
- export DEVSTACK_LOCAL_CONFIG="Q_AGENT=linuxbridge"$'\n'"PHYSICAL_NETWORK=default"$'\n'"LB_PHYSICAL_INTERFACE=eth0"$'\n'
export BRANCH_OVERRIDE={branch-override}
@sc68cal
sc68cal / parked_bugs.py
Last active March 4, 2016 18:31 — forked from dims/parked_bugs.py
Bugs marked "In Progress" but no reviews
#!/usr/bin/env python
# Usage: python parked_bugs.py neutron
# Advanced Usage: python parked_bugs.py neutron nova cinder
import itertools
import sys
from launchpadlib import uris
from launchpadlib.launchpad import Launchpad