Skip to content

Instantly share code, notes, and snippets.

View dav1x's full-sized avatar

Davis Phillips dav1x

  • Red Hat
  • Austin, TX
View GitHub Profile
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:c9:02:51", NAME="ens192"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:c9:02:5b", NAME="ens224"
rayford-v2v-4062 4062
xe-1/0/0.0*, xe-1/0/4.0*, xe-2/1/2.0*, xe-2/1/3.0*
rayford-v2v-4063 4063
xe-1/0/0.0*, xe-1/0/4.0*, xe-2/1/2.0*, xe-2/1/3.0*
rayford-v2v-4066 4066
xe-1/0/0.0*, xe-1/0/4.0*, xe-2/1/2.0*, xe-2/1/3.0*
rayford-v2v-4067 4067
xe-1/0/0.0*, xe-1/0/4.0*, xe-2/1/2.0*, xe-2/1/3.0*
rayford-v2v-4068 4068
xe-1/0/0.0*, xe-1/0/4.0*, xe-2/1/2.0*, xe-2/1/3.0*
root@juniper-storage-vc0# show | display set | grep xe-2/1/2
set interfaces xe-2/1/2 unit 0 family ethernet-switching port-mode trunk
set interfaces xe-2/1/2 unit 0 family ethernet-switching vlan members 1234
set interfaces xe-2/1/2 unit 0 family ethernet-switching vlan members 4061-4079
set interfaces xe-2/1/2 unit 0 family ethernet-switching native-vlan-id Storage
{master:1}[edit]
root@juniper-storage-vc0# show | display set | grep xe-2/1/3
set interfaces xe-2/1/3 unit 0 family ethernet-switching port-mode trunk
set interfaces xe-2/1/3 unit 0 family ethernet-switching vlan members 1234
set vlans OSPD-InternalAPI vlan-id 4041
set vlans OSPd-Storage vlan-id 4042
set vlans Storage vlan-id 1234
set vlans ceph2-private vlan-id 3999
set vlans hci-storage-pri vlan-id 4047
set vlans hci-storage-pub vlan-id 4046
set vlans iaas-storage vlan-id 4010
set vlans iaas-storage-mgmt vlan-id 4009
set vlans kds-storage vlan-id 3997
set vlans kds-storagemgt vlan-id 3998
set vlans OSPD-InternalAPI vlan-id 4041
set vlans OSPd-Storage vlan-id 4042
set vlans Storage vlan-id 1234
set vlans Storage l3-interface vlan.1234
set vlans ceph2-private vlan-id 3999
set vlans hci-storage-pri vlan-id 4047
set vlans hci-storage-pub vlan-id 4046
set vlans iaas-storage vlan-id 4010
set vlans iaas-storage-mgmt vlan-id 4009
set vlans kds-storage vlan-id 3997
- name: Configure the apps and projects for the refarch
hosts: masters[0]
become: true
gather_facts: false
tasks:
- name: Check for CDE1 project
command: oc get project cde1
register: cde1_exists
ignore_errors: true
@dav1x
dav1x / Majority etcd set failure
Created June 11, 2018 15:11
Majority etcd set failure
Inventory file:
[etcd]
stretch-master-0.stretch.e2e.bos.redhat.com
stretch-master-1.stretch.e2e.bos.redhat.com
stretch-master-2.stretch.e2e.bos.redhat.com
[etcd-pri]
stretch-master-0.stretch.e2e.bos.redhat.com
stretch-master-1.stretch.e2e.bos.redhat.com
Edu's review:
The following section, “OpenShift SDN Plugins”
-> Make this a link
ovs-mulit-tenant
-> typo
1: https://docs.openshift.org/latest/admin_guide/managing_networking.html#admin-guide-networking-networkpolicy
-> Shall we use docs.openshift.com instead .org
TASK [rhel_subscribe : Attach to OpenShift Pool] **************************************************************************************************************************************************
fatal: [stretch-master-0]: FAILED! => {"changed": false, "cmd": ["subscription-manager", "attach", "--pool", "Red", "Hat", "OpenShift", "Container", "Platform,", "Premium*"], "delta": "0:00:00.162925", "end": "2018-03-28 20:34:51.569830", "msg": "non-zero return code", "rc": 64, "start": "2018-03-28 20:34:51.406905", "stderr": "", "stderr_lines": [], "stdout": "cannot parse argument: Hat\ncannot parse argument: OpenShift\ncannot parse argument: Container\ncannot parse argument: Platform,\ncannot parse argument: Premium*", "stdout_lines": ["cannot parse argument: Hat", "cannot parse argument: OpenShift", "cannot parse argument: Container", "cannot parse argument: Platform,", "cannot parse argument: Premium*"]}