This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/link-machine-and-node.sh b/link-machine-and-node.sh | |
index 29fb82c..01d618b 100755 | |
--- a/link-machine-and-node.sh | |
+++ b/link-machine-and-node.sh | |
@@ -49,6 +49,16 @@ ipaddr=$(echo "${addresses}" | jq '.[] | select(. | .type == "InternalIP") | .ad | |
host_patch=' | |
{ | |
"status": { | |
+ "poweredOn": true, | |
+ "operationalStatus": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: metalkube-baremetal-operator | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
name: metalkube-baremetal-operator | |
template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@sealusa2 rhhi]# cat linchpin.log | |
DEBUG 2019-02-13 17:34:24,234 Processing target: libvirt-network | |
DEBUG 2019-02-13 17:34:24,238 rundb_id: 24 | |
DEBUG 2019-02-13 17:34:24,238 uhash: 4e5fc8 | |
DEBUG 2019-02-13 17:34:24,319 calling: preup | |
DEBUG 2019-02-13 17:34:24,319 hook preup initiated | |
DEBUG 2019-02-13 17:34:53,690 Processing target: libvirt-network | |
DEBUG 2019-02-13 17:34:53,694 rundb_id: 25 | |
DEBUG 2019-02-13 17:34:53,694 uhash: 42d268 | |
DEBUG 2019-02-13 17:34:53,776 calling: preup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: register overcloud certificates environment file | |
shell: "cat /home/stack/virt/inject-trust-anchor.yaml" | |
register: oc_certs | |
- name: extract SSLRootCertificate | |
copy: | |
content: "{{ (oc_certs.stdout | from_yaml).parameter_defaults.SSLRootCertificate }}" | |
dest: /home/stack/rootca.pem | |
remote_src: yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: infra | |
prefix: null | |
cpu: "2" | |
cpumodel: "host-passthrough" | |
memory: "8192" | |
swap: "0" | |
deploy_os: true | |
os: | |
type: "linux" | |
variant: "rhel7" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script that spawns an instance | |
OVERCLOUD_RC="/home/stack/overcloudrc" | |
IMAGE_URL='http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' | |
IMAGE_NAME='upgrade_workload' | |
IMAGE_FILE=~/upgrade_workload.qcow2 | |
KEYPAIR_NAME=userkey | |
FLAVOR_NAME='v1-1G-5G' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: inject undercloud cert to overcloud trust ca | |
gather_facts: false | |
hosts: localhost | |
vars: | |
working_dir: './' | |
undercloud_rc: '/home/stack/stackrc' | |
tasks: | |
- name: register ssl certificate location | |
shell: | | |
grep 13000 /etc/haproxy/haproxy.cfg | awk {'print $6'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/puppet/services/tripleo-packages.yaml b/puppet/services/tripleo-packages.yaml | |
index d523f3f7..9ecbe5ed 100644 | |
--- a/puppet/services/tripleo-packages.yaml | |
+++ b/puppet/services/tripleo-packages.yaml | |
@@ -38,7 +38,7 @@ parameters: | |
default: 'tripleo-repos' | |
type: string | |
FastForwardRepoArgs: | |
- default: {'tripleo_repos': {'ocata': '-b ocata current', 'pike': '-b pike current'}} | |
+ default: {'tripleo_repos': [{'release': 'ocata', 'args': '-b ocata current'}, {'release': 'pike', 'args': '-b pike current'}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource_registry: | |
OS::TripleO::Compute::Net::SoftwareConfig: network/nic-configs/compute.yaml | |
OS::TripleO::Controller::Net::SoftwareConfig: network/nic-configs/controller.yaml | |
OS::TripleO::Network::Tenant: OS::Heat::None | |
OS::TripleO::Network::InternalApi: OS::Heat::None | |
OS::TripleO::Network::Storage: OS::Heat::None | |
OS::TripleO::Network::StorageMgmt: OS::Heat::None | |
OS::TripleO::Network::Ports::StorageMgmtVipPort: /usr/share/openstack-tripleo-heat-templates/network/ports/noop.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
pre_ffu_undercloud_upgrade_2nd_release: [] | |
pre_ffu_undercloud_upgrade_3rd_release: [] | |
pre_ffu_undercloud_upgrade_workarounds: [] | |
post_ffu_undercloud_upgrade_workarounds: | |
- BZ#1561255: |