Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 850642 Details for
Bug 1053788
Your credentials are not authorized to access "https://localhost/broker/rest/user"
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Puppet manifest
Puppet (text/plain), 3.05 KB, created by
stuart.warren
on 2014-01-15 19:13:36 UTC
(
hide
)
Description:
Puppet manifest
Filename:
MIME Type:
Creator:
stuart.warren
Created:
2014-01-15 19:13:36 UTC
Size:
3.05 KB
patch
obsolete
> > class { 'openshift_origin' : > # Components to install on this host: > roles => ['broker','activemq','datastore','node'], > > # The FQDNs of the OpenShift component hosts; for a single-host > # system, make all values identical. > broker_hostname => 'ldhfoo01.company.com', > node_hostname => 'ldhfoo01.company.com', > datastore_hostname => 'ldhfoo01.company.com', > activemq_hostname => 'ldhfoo01.company.com', > > # BIND / named config > named_ip_addr => '10.249.0.19', > # This is the key for updating the OpenShift BIND server > bind_key => 'dH1euioeui/upXeuudJxtYeA==', > bind_key_name => 'update.os.company.com', > # The domain under which applications should be created. > domain => 'os.company.com', > # Apps would be named <app>-<namespace>.example.com > # This also creates hostnames for local components under our domain > # register_host_with_named => true, > # Forward requests for other domains (to Google by default) > # conf_named_upstream_dns => ['8.8.8.8'], > # broker_dns_plugin => 'avahi', > broker_dns_plugin => 'nsupdate', > # It is important that the time be synchronized across hosts because > # MCollective messages have a TTL of 60 seconds and may be dropped > # if the clocks are too far out of synch. Can be managed outside of module. > configure_ntp => true, > # Auth OpenShift users created with htpasswd tool in /etc/openshift/htpasswd > # broker_auth_plugin => 'htpasswd', > broker_auth_plugin => 'htpasswd', > # Username and password for initial openshift user > openshift_user1 => 'openshift', > openshift_password1 => 'uberospassword', > # This is the user and password shared between broker and node for > # communicating over the mcollective topic channels in ActiveMQ. > # Must be the same on all broker and node hosts > mcollective_user => 'mcollective', > mcollective_password => 'marionette', > # These are the username and password of the administrative user that > # will be created in the MongoDB datastore. > mongodb_admin_user => 'admin', > mongodb_admin_password => 'mongopass', > # To enable installing the Jenkins cartridge: > install_method => 'yum', > jenkins_repo_base => 'http://pkg.jenkins-ci.org/redhat', > > #Enable development mode for more verbose logs > development_mode => true, > > # Set if using an external-facing ethernet device other than eth0 > conf_node_external_eth_dev => 'ens32', > > #If using with GDM, or have users with UID 500 or greater, put in this list > #node_unmanaged_users => ['user1'], > install_cartridges => ['10gen-mms-agent','cron','diy','haproxy','mongodb','nodejs','perl','php','phpmyadmin','postgresql','python','ruby','jenkins','jenkins-client','mariadb','jbossas'] > }
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 1053788
:
850640
|
850641
| 850642