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/src/app/plan/components/Wizard.tsx b/src/app/plan/components/Wizard.tsx | |
index ab861a5..b6e0d07 100644 | |
--- a/src/app/plan/components/Wizard.tsx | |
+++ b/src/app/plan/components/Wizard.tsx | |
@@ -1,5 +1,6 @@ | |
/** @jsx jsx */ | |
import { jsx } from '@emotion/core'; | |
+import { connect } from 'react-redux'; | |
import React from 'react'; |
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/ansible_role/defaults/main.yml b/ansible_role/defaults/main.yml | |
index 730fa144a..23bd6518b 100644 | |
--- a/ansible_role/defaults/main.yml | |
+++ b/ansible_role/defaults/main.yml | |
@@ -9,8 +9,12 @@ cluster: "kubernetes" | |
olm_managed: false | |
# Broker configuration values | |
-broker_name: automation-broker | |
+broker_name: openshift-ansible-service-broker |
This file has been truncated, but you can view the full file.
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
time="2019-01-08T18:15:33Z" level=info msg="Using in-cluster kube client config" | |
time="2019-01-08T18:15:33Z" level=info msg="log level info" | |
time="2019-01-08T18:15:33Z" level=info msg="Using in-cluster kube client config" | |
time="2019-01-08T18:15:33Z" level=info msg="watching CSVs" namespace= | |
time="2019-01-08T18:15:33Z" level=info msg="watching deployments" namespace= | |
time="2019-01-08T18:15:33Z" level=info msg="watching OperatorGroups" namespace= | |
time="2019-01-08T18:15:33Z" level=info msg="connection established. cluster-version: v1.11.0+0583818" | |
time="2019-01-08T18:15:33Z" level=info msg="operator ready" | |
time="2019-01-08T18:15:33Z" level=info msg="starting informers..." | |
time="2019-01-08T18:15:33Z" level=info msg="waiting for caches to sync..." |
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/pkg/asset/machines/libvirt/machines.go b/pkg/asset/machines/libvirt/machines.go | |
index bd18c139d..4dff08c03 100644 | |
--- a/pkg/asset/machines/libvirt/machines.go | |
+++ b/pkg/asset/machines/libvirt/machines.go | |
@@ -67,7 +67,7 @@ func provider(clusterName string, platform *libvirt.Platform, userDataSecret str | |
APIVersion: "libvirtproviderconfig.k8s.io/v1alpha1", | |
Kind: "LibvirtMachineProviderConfig", | |
}, | |
- DomainMemory: 2048, | |
+ DomainMemory: 16384, |
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/pkg/asset/machines/libvirt/machines.go b/pkg/asset/machines/libvirt/machines.go | |
index bd18c139..9037491a 100644 | |
--- a/pkg/asset/machines/libvirt/machines.go | |
+++ b/pkg/asset/machines/libvirt/machines.go | |
@@ -67,7 +67,7 @@ func provider(clusterName string, platform *libvirt.Platform, userDataSecret str | |
APIVersion: "libvirtproviderconfig.k8s.io/v1alpha1", | |
Kind: "LibvirtMachineProviderConfig", | |
}, | |
- DomainMemory: 2048, | |
+ DomainMemory: 8192, |
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
dockerhub_org: ansibleplaybookbundle # Required | |
# Disable the brokers so the operator can install them | |
enable_ansible_broker: false | |
enable_template_broker: false | |
# Ensure v3.11, will not work with lesser versions | |
origin_image_tag: v3.11 | |
# Ensure OLM role is installed | |
deploy_olm: true |
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
time="2018-10-12T13:26:35Z" level=info msg="Go Version: go1.10.4" | |
time="2018-10-12T13:26:35Z" level=info msg="Go OS/Arch: linux/amd64" | |
time="2018-10-12T13:26:35Z" level=info msg="operator-sdk Version: 0.0.6+git" | |
time="2018-10-12T13:26:35Z" level=info msg="Starting to serve on 127.0.0.1:8888\n" | |
time="2018-10-12T13:26:35Z" level=info msg="Watching automationbroker.io/v1alpha1, AutomationBroker, default" | |
{"level":"info","ts":1539350795.8350954,"logger":"kubebuilder.controller","caller":"controller/controller.go:120","msg":"Starting EventSource","Controller":"automationbroker-controller","Source":{"Type":{"apiVersion":"automationbroker.io/v1alpha1","kind":"AutomationBroker"}}} | |
{"level":"info","ts":1539350795.8352516,"logger":"kubebuilder.controller","caller":"controller/controller.go:120","msg":"Starting EventSource","Controller":"automationbroker-controller","SourceError":"json: unsupported type: <-chan event.GenericEvent"} | |
{"level":"info","ts":1539350795.9354057,"logger":"kubebuilder.controller","caller":"contr |
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: v1 | |
items: | |
- apiVersion: operators.coreos.com/v1alpha1 | |
kind: ClusterServiceVersion | |
metadata: | |
creationTimestamp: 2018-10-10T15:00:02Z | |
generation: 1 | |
labels: | |
alm-catalog: osb-operators | |
name: automationbrokeroperator.v0.1.0 |
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
--- | |
dockerhub_org: ansibleplaybookbundle | |
enable_ansible_broker: false | |
enable_template_broker: false | |
local_oc_client: true | |
origin_image_tag: v3.11 | |
deploy_olm: true | |
olm_namespace_hack: true | |
olm_image_tag_override: master-65fb0a6e |
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/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml b/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
index 0ecef39..32f86cb 100644 | |
--- a/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
+++ b/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
@@ -58,7 +58,7 @@ data: | |
install: | |
strategy: deployment | |
spec: | |
- permissions: | |
+ clusterPermissions: |