Roberto Polli
Roberto Polli
### reproduce 1. deploy on rhosp10 with autoscaling: true 2. issue `openstack alarm list` ### I expect Alarm status to be in [ "ok", "alarm" ] ### instead Alarm status...
## Reproduce OCP has the following issue with non-flannel multi-nic deployments https://trello.com/c/9uWhXxJP/875-5-fix-openshift-sdn-host-subnet-assignment-with-multiple-interfaces-on-instances ## This PR Allows to comment the second interface in deployment and still have working scripts.
Improved description for container_quota. Added reference to the docker parameter used: dm.basesize.
## when - I replace an infra node ## I expect bastion-ansible.sh to be run ## instead it is not run ## idea injecting infra host-id into node.yaml:run_ansible I can...
This patch should fix the very annoying #370 Before unregistering the node it checks if the server uuid attached to the OS::Heat::DeploymentConfig is the same of the target machine. As...
(to be verified on the latest sources) on newest releases, we might need to ``` export OS_CACERT=/etc/ssl/certs/ ``` as python-requests is going to ignore /etc/ssl/certs See https://bugs.launchpad.net/python-openstackclient/+bug/1634861
Added support for `subscription-manager config` options. Just add to your yaml: ``` ... rhn_user: "joe" rhn_config_options: "--server.proxy_hostname=proxy.example.com --server.proxy_port=8080" ... ```
# I expect boot scripts won't fail if I enable only one interface (Eg. for non-flannel deployments) # instead they contain ``` ifup eth1 ```
Is there a way to configure a proxy for rhn? subscription-manager config --server.proxy_hostname=proxy.example.com --server.proxy_port=8080 Can we add a generic rhn_config_args attribute to pass to subscription manager?
Registry ephemeral is not supposed to create a persistent volume.