Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1452561 Details for
Bug 1592222
AutoScalingGroup delete state check discrepancy between admin and user view.
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
dockerslave.yaml template
dockerslave.yaml (text/plain), 1.26 KB, created by
Pierre-Andre MOREY
on 2018-06-18 08:42:06 UTC
(
hide
)
Description:
dockerslave.yaml template
Filename:
MIME Type:
Creator:
Pierre-Andre MOREY
Created:
2018-06-18 08:42:06 UTC
Size:
1.26 KB
patch
obsolete
>#asg-with-resourcegroup-server.yaml: > >description: > Dockerslave template > >heat_template_version: 2013-05-23 > >resources: > > server_instance_port: > type: OS::Neutron::Port > properties: > network: wingrnc > security_groups: > - default > > server_instance_public_ip: > type: OS::Neutron::FloatingIP > properties: > floating_network_id: datacentre > port_id: { get_resource: server_instance_port } > > server_instance: > type: OS::Nova::Server > properties: > name: DockerSlaves > #image: eecloud-baseimages-rhel-7.4-2018-01-09 > image: eecloud-baseimages-fedora-27-2018-01-09 > flavor: da.016-0085 > #flavor: dl.044-0235 > key_name: wtfcommonkey > networks: > - port: { get_resource: server_instance_port } > user_data_format: RAW > user_data: | > #!/bin/bash > echo "Dockerslave" > touch "Dockerslave" > export init_script=rcpdockerslave_open.sh > svn export --username <username cleaned> --password <password cleaned> --non-interactive --trust-server-cert https://svne1.access.nsn.com/isource/svnroot/CP_test/tools/dockerswarm/ > cd dockerswarm > chmod u+x $init_script > ./$init_script
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1592222
: 1452561 |
1452562
|
1452563