├── .gitignore ├── BOOK.rst ├── LICENSE.rst ├── Makefile ├── README.rst ├── api ├── README.rst ├── api │ ├── README.rst │ ├── attrib.rst │ ├── barclamp.rst │ ├── bootenv.rst │ ├── capability.rst │ ├── deployment.rst │ ├── deployment_batch.rst │ ├── deployment_role.rst │ ├── dns_name_filter.rst │ ├── group.rst │ ├── interfaces.rst │ ├── jig.rst │ ├── machine.rst │ ├── network.rst │ ├── node.rst │ ├── node_role.rst │ ├── provider.rst │ ├── range.rst │ ├── required_capabilities.rst │ ├── role.rst │ ├── router.rst │ ├── run.rst │ ├── template.rst │ └── user.rst ├── common.rst ├── services │ ├── README.rst │ └── rebar-dhcp.rst ├── status.rst └── test.rst ├── arch ├── README.rst ├── objects │ ├── README.rst │ └── provider.rst ├── other │ ├── README.rst │ ├── provisioning.rst │ └── systems.rst └── services │ ├── README.rst │ ├── classifier.rst │ ├── cloudwrap.rst │ ├── consul.rst │ ├── containers.rst │ ├── dhcp.rst │ ├── dns.rst │ ├── forwarder.rst │ ├── goiardi.rst │ ├── logging.rst │ ├── ntp.rst │ ├── postgres.rst │ ├── provisioner.rst │ ├── rebar_api.rst │ ├── revproxy.rst │ ├── trust_me.rst │ ├── ux.rst │ └── webproxy.rst ├── clients ├── README.rst ├── ansible.rst ├── cli.rst └── curl.rst ├── conf.py ├── contrib ├── README.rst ├── roles_creation.rst └── workload_creation.rst ├── definitions.rst ├── deployment ├── README.rst ├── config │ ├── README.rst │ └── admin_port_maps.rst ├── install │ ├── README.rst │ ├── ansible.rst │ ├── attaching-to-bmc.rst │ ├── aws.rst │ ├── cli_setup.rst │ ├── dr_info.rst │ ├── google.rst │ ├── linux.rst │ ├── packet.rst │ ├── providers.rst │ ├── quick.rst │ ├── raid-bios.rst │ └── vagrant.rst ├── networks │ └── README.rst ├── old │ ├── external-services.rst │ ├── knife-config.rst │ └── troubleshooting.rst ├── pre-config │ ├── README.rst │ ├── accessing_bmcs.rst │ ├── adding-operating-systems.rst │ ├── admin_port_maps.rst │ └── advanced-deployment.rst ├── questions.rst ├── tools.rst └── troubleshooting │ ├── README.rst │ ├── deploy-tools.rst │ ├── general-install.rst │ ├── roles │ ├── README.rst │ ├── amqp-service.rst │ ├── amt-configure.rst │ ├── amt-discover.rst │ ├── bios-dell-rseries-configure.rst │ ├── bios-discover.rst │ ├── bios-flash.rst │ ├── bios-supermicro-configure.rst │ ├── bmc-nat-client.rst │ ├── bmc-nat-router.rst │ ├── burnin-end.rst │ ├── burnin-start.rst │ ├── burnin.rst │ ├── cert-ca-install-root.rst │ ├── cert-ca-signed-cert.rst │ ├── cert-ca.rst │ ├── chef-client.rst │ ├── chef-service.rst │ ├── chef-solo.rst │ ├── cluster.rst │ ├── consul-config.rst │ ├── consul-master.rst │ ├── consul-member.rst │ ├── dcos-config.rst │ ├── dcos-genconf.rst │ ├── dcos-install.rst │ ├── dcos-master.rst │ ├── dcos-prereqs.rst │ ├── dcos-slave-public.rst │ ├── dcos-slave.rst │ ├── decommission.rst │ ├── deis.rst │ ├── deployer-client.rst │ ├── dhcp-mgmt_service.rst │ ├── dhcp-service.rst │ ├── dns-client.rst │ ├── dns-mgmt_service.rst │ ├── dns-service.rst │ ├── docker-prep.rst │ ├── docker-ready.rst │ ├── etcd-install.rst │ ├── etcd.rst │ ├── example-ca-install-root.rst │ ├── example-ca-signed-cert.rst │ ├── example-ca.rst │ ├── heartbeat.rst │ ├── ipmi-configure.rst │ ├── ipmi-discover.rst │ ├── ipmi-flash.rst │ ├── k8s-addons.rst │ ├── k8s-apiserver.rst │ ├── k8s-config.rst │ ├── k8s-controller-assigns-cidr.rst │ ├── k8s-controller.rst │ ├── k8s-dashboard.rst │ ├── k8s-dns.rst │ ├── k8s-docker-network-minimal-config.rst │ ├── k8s-docker.rst │ ├── k8s-flannel-agent.rst │ ├── k8s-flannel-config.rst │ ├── k8s-flannel-etcd-config.rst │ ├── k8s-flannel-master.rst │ ├── k8s-flannel-node.rst │ ├── k8s-kubectl.rst │ ├── k8s-kubelet-assigns-cidr.rst │ ├── k8s-kubelet.rst │ ├── k8s-kubernetes.rst │ ├── k8s-master.rst │ ├── k8s-network-node-pre-install.rst │ ├── k8s-network-post-install.rst │ ├── k8s-network-pre-install.rst │ ├── k8s-nosdn-gather-route-info.rst │ ├── k8s-nosdn-install-static-routes.rst │ ├── k8s-nosdn-master.rst │ ├── k8s-nosdn-node.rst │ ├── k8s-opencontrail-builder.rst │ ├── k8s-opencontrail-config.rst │ ├── k8s-opencontrail-docker.rst │ ├── k8s-opencontrail-gateway.rst │ ├── k8s-opencontrail-master.rst │ ├── k8s-opencontrail-node.rst │ ├── k8s-opencontrail-provision.rst │ ├── k8s-opencontrail-vrouter.rst │ ├── k8s-prereqs.rst │ ├── k8s-proxy.rst │ ├── k8s-scheduler.rst │ ├── k8s-worker.rst │ ├── logging-client.rst │ ├── logging-service.rst │ ├── network-admin-internal.rst │ ├── network-bmc-internal.rst │ ├── network-lldpd.rst │ ├── network-pilot.rst │ ├── network-server.rst │ ├── ntp-client.rst │ ├── ntp-service.rst │ ├── provisioner-base-images.rst │ ├── provisioner-database.rst │ ├── provisioner-docker-setup.rst │ ├── provisioner-os-install.rst │ ├── provisioner-service.rst │ ├── proxy-client.rst │ ├── proxy-server.rst │ ├── proxy-service.rst │ ├── puppet-agent_sa.rst │ ├── puppet-sa.rst │ ├── puppet-test.rst │ ├── rabbitmq-server.rst │ ├── raid-configure.rst │ ├── raid-discover.rst │ ├── raid-post-configure.rst │ ├── raid-tools-install.rst │ ├── rebar-access.rst │ ├── rebar-api_server.rst │ ├── rebar-api_service.rst │ ├── rebar-docker-node.rst │ ├── rebar-hardware-configured.rst │ ├── rebar-installed-node.rst │ ├── rebar-inventory.rst │ ├── rebar-job_runner.rst │ ├── rebar-job_runner_service.rst │ ├── rebar-joined-node.rst │ ├── rebar-managed-node.rst │ ├── rebar-package-sources.rst │ ├── saltstack-master.rst │ ├── saltstack-minion.rst │ ├── saltstack.rst │ ├── shred.rst │ ├── sysdig.rst │ ├── template-do-nothing-unconditionally.rst │ ├── template-echo-a-value-with-a-script.rst │ ├── template-scrub-node.rst │ ├── template.rst │ ├── test-admin.rst │ ├── test-ansible-playbook.rst │ ├── test-ansible.rst │ ├── test-async.rst │ ├── test-client-client.rst │ ├── test-client.rst │ ├── test-discovery.rst │ ├── test-event.rst │ ├── test-fails.rst │ ├── test-library.rst │ ├── test-pass.rst │ └── test-server.rst │ └── specific-environment │ ├── README.rst │ ├── Run-In-System.rst │ ├── run-in-aws.rst │ ├── run-in-google.rst │ └── run-in-packet.rst ├── development ├── README.rst ├── contributing │ ├── contributing-code.rst │ ├── contributing-docs.rst │ ├── contributing.rst │ └── mark.rst ├── dev_env │ ├── README.rst │ ├── docker_admin.rst │ └── kvm-slaves.rst ├── directory-layout.rst ├── go.rst ├── jigs │ ├── README.rst │ ├── chef.rst │ ├── noop.rst │ └── script.rst ├── sledgehammer │ └── build_sledgehammer.rst └── ui │ ├── README.rst │ ├── localization.rst │ ├── navigation.rst │ ├── role.rst │ └── tips_and_tricks.rst ├── faq ├── README.rst ├── SecureShellHammer.rst ├── UEFI.rst ├── adding_gems.rst ├── additional_role.rst ├── certificate_out_of_date.rst ├── consul_has_no_services.rst ├── custom_discovery_image.rst ├── dedicated_dhcp.rst ├── hardware_config.rst ├── how_many_servers.rst ├── is_a_dedicated_database_required.rst ├── kvm_slave_timeout.rst ├── no_DHCP.rst ├── preferred_operating_system.rst ├── pxe_required.rst ├── required_networks.rst ├── run-in-system_ansible_cannot_login.rst ├── using_uefi.rst └── what_network_setup_is_required.rst ├── fullcontent.rst ├── images ├── digital_rebar_small.png ├── digitalrebar.ico ├── dr_bunny.png ├── icons │ ├── UX │ │ ├── add_icon.png │ │ └── add_node.png │ └── led │ │ ├── error.png │ │ ├── off.png │ │ ├── process.png │ │ ├── proposed.png │ │ ├── queue.png │ │ ├── ready.png │ │ ├── reserved.png │ │ └── todo.png └── screens │ └── webux │ ├── Deployment.png │ ├── Overview.png │ ├── Provider.png │ ├── add_node.png │ ├── add_profile.png │ ├── add_provider.png │ ├── annealer.png │ ├── attributes.png │ ├── barclamp.png │ ├── barclamp_details.png │ ├── barclamp_edit.png │ ├── boot_env.png │ ├── capabilities.png │ ├── dcos.png │ ├── deploy_matrix.png │ ├── dhcp.png │ ├── dhcp2.png │ ├── dns.png │ ├── edit_network.png │ ├── error.png │ ├── graph.png │ ├── helper.png │ ├── kompos.png │ ├── local.png │ ├── login.png │ ├── machines.png │ ├── move_nodes.png │ ├── network.png │ ├── networks.png │ ├── no_propose.png │ ├── nodes.png │ ├── openstack.png │ ├── oswiz.png │ ├── profiles.png │ ├── propose.png │ ├── propose_use.png │ ├── role_details.png │ ├── roles.png │ ├── templates.png │ ├── tenant.png │ ├── track_nodes.png │ └── user.png ├── intro ├── README.rst ├── community.rst ├── getting_started.rst ├── history.rst └── videos │ ├── README.rst │ ├── devops-videos.rst │ ├── general-videos.rst │ ├── kubernetes-videos.rst │ └── training-videos.rst ├── principles ├── README.rst └── concepts │ ├── attribute_injection.png │ ├── attribute_injection.rst │ ├── concepts-engine.png │ ├── concepts.png │ ├── concepts.rst │ ├── emergent_services.rst │ ├── heterogeneous-os-support.rst │ ├── late_binding.rst │ ├── ready_state.rst │ ├── rebar_engine.png │ ├── simulated_annealing.rst │ └── what_is_rebar.rst ├── ref ├── README.rst ├── attribs │ ├── amqp_servers.rst │ ├── amt-enable.rst │ ├── amt-password.rst │ ├── asset_tag.rst │ ├── baseboard_manufacturer.rst │ ├── baseboard_product_name.rst │ ├── bios-all_configs.rst │ ├── bios-config-sets.rst │ ├── bios-configuration.rst │ ├── bios-release-date.rst │ ├── bios-revision.rst │ ├── bios-set-mapping.rst │ ├── bios-sum-archive.rst │ ├── bios-sum-licenses.rst │ ├── bios-vendor.rst │ ├── bios-version.rst │ ├── chassis_manufacturer.rst │ ├── chassis_product.rst │ ├── chassis_serial_number.rst │ ├── chef-client-sources.rst │ ├── chef-client_key.rst │ ├── chef-client_name.rst │ ├── chef-servers-admin-key.rst │ ├── chef-servers-admin-name.rst │ ├── chef-servers.rst │ ├── chef-solo_client_name.rst │ ├── claimed-disks.rst │ ├── cluster-active-only.rst │ ├── cluster-address.rst │ ├── cluster-addresses.rst │ ├── cluster-hostnames.rst │ ├── cluster-name.rst │ ├── cluster-network.rst │ ├── consul-acl-datacenter.rst │ ├── consul-acl-default-policy.rst │ ├── consul-acl-down-policy.rst │ ├── consul-acl-master-token.rst │ ├── consul-address.rst │ ├── consul-bootstrap-expect.rst │ ├── consul-config-dir.rst │ ├── consul-data-dir.rst │ ├── consul-datacenter.rst │ ├── consul-disable-remote-exec.rst │ ├── consul-domain.rst │ ├── consul-encrypt.rst │ ├── consul-install-dir.rst │ ├── consul-serve-ui.rst │ ├── consul-servers.rst │ ├── consul-ui-dir.rst │ ├── cpu.rst │ ├── cpu_count.rst │ ├── dhcp-management-servers.rst │ ├── dhcp_servers.rst │ ├── disks.rst │ ├── dns-domain.rst │ ├── dns-management-servers.rst │ ├── dns_servers.rst │ ├── example-ca-label.rst │ ├── example-ca-time.rst │ ├── example-cert-file.rst │ ├── example-key-file.rst │ ├── example-root-file.rst │ ├── firmware-packages.rst │ ├── firmware-selection-tests.rst │ ├── firmware-target-versions.rst │ ├── hint-admin-macs.rst │ ├── ipmi-additional-devices.rst │ ├── ipmi-address.rst │ ├── ipmi-configure-networking.rst │ ├── ipmi-configured.rst │ ├── ipmi-detected-params.rst │ ├── ipmi-device-id.rst │ ├── ipmi-device-rev.rst │ ├── ipmi-enable.rst │ ├── ipmi-firmware-history.rst │ ├── ipmi-firmware-rev.rst │ ├── ipmi-macaddr.rst │ ├── ipmi-messages.rst │ ├── ipmi-mfgr-id.rst │ ├── ipmi-mfgr-name.rst │ ├── ipmi-password.rst │ ├── ipmi-product-id.rst │ ├── ipmi-product-name.rst │ ├── ipmi-provides-device-sdrs.rst │ ├── ipmi-quirklist.rst │ ├── ipmi-shared.rst │ ├── ipmi-use-dhcp.rst │ ├── ipmi-username.rst │ ├── ipmi-version.rst │ ├── ipmi-wanted-version.rst │ ├── kernel.rst │ ├── kernel_version.rst │ ├── logging_servers.rst │ ├── memory.rst │ ├── network-current-config.rst │ ├── network-wanted-config.rst │ ├── network_interface_maps.rst │ ├── nics.rst │ ├── node-control-address.rst │ ├── node-private-control-address.rst │ ├── ntp_servers.rst │ ├── number_of_drives.rst │ ├── ohai.rst │ ├── operating-system-disk.rst │ ├── operating-system-install-flavor.rst │ ├── operating-system-license-key.rst │ ├── os.rst │ ├── os_description.rst │ ├── os_version.rst │ ├── package-repositories.rst │ ├── ports.rst │ ├── provider-create-hint.rst │ ├── provider-details.rst │ ├── provider-node-id.rst │ ├── provider-rate.rst │ ├── provider-type.rst │ ├── provisioner-active-bootstate.rst │ ├── provisioner-available-oses.rst │ ├── provisioner-bootloader.rst │ ├── provisioner-default-boot-program.rst │ ├── provisioner-default-os.rst │ ├── provisioner-default-password-hash.rst │ ├── provisioner-default-user.rst │ ├── provisioner-docker-image.rst │ ├── provisioner-management-servers.rst │ ├── provisioner-node-id.rst │ ├── provisioner-online.rst │ ├── provisioner-provided-repos.rst │ ├── provisioner-root.rst │ ├── provisioner-server-http-port.rst │ ├── provisioner-target_os.rst │ ├── provisioner-upstream_proxy.rst │ ├── provisioner-use-local-security.rst │ ├── provisioner-use-serial-console.rst │ ├── provisioner-webservers.rst │ ├── proxy-port.rst │ ├── proxy-servers.rst │ ├── proxy-upstream_proxy.rst │ ├── puppet-agent-sa-name.rst │ ├── rabbitmq-cluster-cookie.rst │ ├── rabbitmq-enabled-users.rst │ ├── rabbitmq-port.rst │ ├── rabbitmq-virtualhosts.rst │ ├── raid-configured-volumes.rst │ ├── raid-debug.rst │ ├── raid-detected-controllers.rst │ ├── raid-drivers.rst │ ├── raid-enable.rst │ ├── raid-wanted-volumes.rst │ ├── rebar-access_keys.rst │ ├── rebar-api-servers.rst │ ├── rebar-job-runners.rst │ ├── rebar-machine_key.rst │ ├── saltstack-master_ip.rst │ ├── saltstack-master_keys.rst │ ├── saltstack-master_private_key.rst │ ├── saltstack-master_public_key.rst │ ├── saltstack-minion_private_key.rst │ ├── saltstack-minion_public_key.rst │ ├── skip-flash.rst │ ├── skip_flash.rst │ ├── stay_on.rst │ ├── switches.rst │ ├── system_manufacturer.rst │ ├── system_product.rst │ ├── system_serial_number.rst │ ├── test-admin-delay.rst │ ├── test-admin-marker.rst │ ├── test-admin-test.rst │ ├── test-ansible-delay.rst │ ├── test-ansible-playbook-delay.rst │ ├── test-async-result.rst │ ├── test-client-client-delay.rst │ ├── test-client-client-marker.rst │ ├── test-client-client-test.rst │ ├── test-client-delay.rst │ ├── test-client-marker.rst │ ├── test-client-test.rst │ ├── test-discovery-delay.rst │ ├── test-discovery-marker.rst │ ├── test-library-delay.rst │ ├── test-library-marker.rst │ ├── test-library-test.rst │ ├── test-marker.rst │ ├── test-random.rst │ ├── test-server-delay.rst │ ├── test-server-marker.rst │ ├── test-server-test.rst │ ├── use-dns.rst │ ├── use-logging.rst │ ├── use-ntp.rst │ └── use-proxy.rst └── roles │ ├── amqp-service.rst │ ├── amt-configure.rst │ ├── amt-discover.rst │ ├── ansible-client.rst │ ├── bios-configure.rst │ ├── bios-dell-rseries-configure.rst │ ├── bios-discover.rst │ ├── bios-supermicro-configure.rst │ ├── bmc-nat-client.rst │ ├── bmc-nat-router.rst │ ├── chef-client.rst │ ├── chef-service.rst │ ├── chef-solo.rst │ ├── cluster.rst │ ├── consul-config.rst │ ├── consul-master.rst │ ├── consul-member.rst │ ├── deployer-client.rst │ ├── dhcp-mgmt_service.rst │ ├── dhcp-service.rst │ ├── dns-client.rst │ ├── dns-mgmt_service.rst │ ├── dns-service.rst │ ├── example-ca-install-root.rst │ ├── example-ca-signed-cert.rst │ ├── example-ca.rst │ ├── firmware-flash.rst │ ├── ipmi-configure.rst │ ├── ipmi-discover.rst │ ├── logging-client.rst │ ├── logging-service.rst │ ├── network-lldpd.rst │ ├── network-server.rst │ ├── ntp-client.rst │ ├── ntp-service.rst │ ├── provisioner-docker-setup.rst │ ├── provisioner-os-install.rst │ ├── provisioner-service.rst │ ├── proxy-client.rst │ ├── proxy-server.rst │ ├── proxy-service.rst │ ├── puppet-agent_sa.rst │ ├── puppet-sa.rst │ ├── puppet-test.rst │ ├── rabbitmq-server.rst │ ├── raid-configure.rst │ ├── raid-discover.rst │ ├── raid-post-configure.rst │ ├── raid-tools-install.rst │ ├── rebar-access.rst │ ├── rebar-api_server.rst │ ├── rebar-api_service.rst │ ├── rebar-docker-node.rst │ ├── rebar-hardware-configured.rst │ ├── rebar-installed-node.rst │ ├── rebar-inventory.rst │ ├── rebar-job_runner.rst │ ├── rebar-job_runner_service.rst │ ├── rebar-joined-node.rst │ ├── rebar-managed-node.rst │ ├── rebar-package-sources.rst │ ├── saltstack-master.rst │ ├── saltstack-minion.rst │ ├── saltstack.rst │ ├── sysdig.rst │ ├── test-admin.rst │ ├── test-ansible-playbook.rst │ ├── test-ansible.rst │ ├── test-async.rst │ ├── test-client-client.rst │ ├── test-client.rst │ ├── test-discovery.rst │ ├── test-event.rst │ ├── test-fails.rst │ ├── test-library.rst │ ├── test-script-meta.rst │ └── test-server.rst ├── reviewlist.md ├── user ├── README.rst ├── backup-restore.rst ├── cases │ ├── README.rst │ ├── add_operating_system.rst │ ├── add_providers.rst │ └── node_registration.rst └── webux │ ├── README.rst │ ├── access.rst │ ├── advanced │ ├── README.rst │ ├── attributes.rst │ ├── barclamps.rst │ ├── graphs.rst │ ├── helper.rst │ └── roles.rst │ ├── annealer.rst │ ├── deployment.rst │ ├── errors.rst │ ├── login.rst │ ├── networks.rst │ ├── nodes.rst │ ├── overview.rst │ ├── profiles.rst │ ├── providers.rst │ ├── provisioner.rst │ ├── services.rst │ └── workload.rst └── workloads ├── README.rst ├── installation.rst ├── kubernetes └── README.rst ├── mesos └── README.rst ├── parameters.rst └── troubleshooting.rst /.gitignore: -------------------------------------------------------------------------------- 1 | builddir/ 2 | _build/ -------------------------------------------------------------------------------- /api/api/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | Core API Index 5 | -------------- 6 | 7 | .. toctree:: 8 | :maxdepth: 1 9 | :glob: 10 | 11 | * 12 | 13 | -------------------------------------------------------------------------------- /api/services/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | Services API Index 5 | ------------------ 6 | 7 | .. toctree:: 8 | :maxdepth: 1 9 | :glob: 10 | 11 | * 12 | 13 | -------------------------------------------------------------------------------- /arch/objects/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | 5 | .. _arch_objects: 6 | 7 | Objects 8 | ------- 9 | 10 | .. index:: 11 | TODO; ARCH_OBJECT_DESC 12 | 13 | TODO: Talk about objects 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | :glob: 18 | 19 | * 20 | 21 | -------------------------------------------------------------------------------- /arch/other/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _arch_other: 5 | 6 | Other Topics 7 | ------------ 8 | 9 | Here we will discuss other general topics like system layout and basic workflows. 10 | 11 | .. toctree:: 12 | :maxdepth: 2 13 | :glob: 14 | 15 | systems 16 | * 17 | 18 | -------------------------------------------------------------------------------- /clients/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | pair: Clients; Digital Rebar API 6 | 7 | .. _dr_clients: 8 | 9 | Digital Rebar Clients 10 | ===================== 11 | 12 | This section details client for the Digital Rebar API. 13 | 14 | 15 | .. toctree:: 16 | :maxdepth: 1 17 | :glob: 18 | 19 | cli 20 | ansible 21 | curl 22 | -------------------------------------------------------------------------------- /contrib/workload_creation.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _contrib_workloads: 5 | 6 | Workload Installation 7 | ===================== 8 | 9 | -------------------------------------------------------------------------------- /deployment/troubleshooting/deploy-tools.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | TODO; Deploying Tools troubleshooting 6 | 7 | .. _troubleshoot_tools: 8 | 9 | Digital Rebar Deploy Tools 10 | -------------------------- 11 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/amqp-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | amqp-service placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/amt-discover.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | amt-discover placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/bios-flash.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | bios-flash placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/burnin-end.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | burnin-end placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/burnin-start.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | burnin-start placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/burnin.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | burnin placeholder 5 | ================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/cert-ca.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | cert-ca placeholder 5 | =================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/chef-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | chef-service placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/chef-solo.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | chef-solo placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/cluster.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | cluster placeholder 5 | =================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-config.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-config placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-genconf.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-genconf placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-install.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-install placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-master.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-master placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-prereqs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-prereqs 5 | ============ 6 | 7 | 8 | Device not found Error 9 | ---------------------- 10 | 11 | :typical log message: ``Device /dev/. not found (or ignored by filtering).`` 12 | :cause: DC/OS install expects multiple disk drives 13 | :solution: Create disk drive partition or use multiple drives 14 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dcos-slave.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dcos-slave placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/decommission.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | decommission placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/deis.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | deis placeholder 5 | ================ 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dhcp-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dhcp-service placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dns-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dns-client placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/dns-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | dns-service placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/docker-prep.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | docker-prep placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/docker-ready.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | docker-ready placeholder 5 | ======================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/etcd.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | etcd placeholder 5 | ================ 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/example-ca.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | example-ca placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/heartbeat.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | heartbeat placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/ipmi-flash.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ipmi-flash placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-addons.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-addons placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-config.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-config placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-dns.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-dns placeholder 5 | =================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-docker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-docker placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-kubectl.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-kubectl placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-kubelet.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-kubelet placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-master.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-master placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-prereqs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-prereqs placeholder 5 | ======================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-proxy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-proxy placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/k8s-worker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | k8s-worker placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/network-admin-internal.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | Common Issues with Role 'network-the_admin` 5 | =========================================== 6 | 7 | The following information can be used to troubleshoot issues: 8 | 9 | 10 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/puppet-sa.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | puppet-sa placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/saltstack.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | saltstack placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/shred.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | shred placeholder 5 | ================= 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/sysdig.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | sysdig placeholder 5 | ================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/test-admin.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | test-admin placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/test-async.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | test-async placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/test-event.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | test-event placeholder 5 | ====================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/test-fails.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | Test Fails Role Error 5 | ===================== 6 | 7 | Runtime Error 8 | ------------- 9 | 10 | :typical log message: ``RuntimeError: test-fails role always fails`` 11 | :cause: this role always fails, it's designed to test failure cases 12 | :solution: Remove the role! 13 | :notes: This should only be used for testing. 14 | -------------------------------------------------------------------------------- /deployment/troubleshooting/roles/test-pass.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | test-pass placeholder 5 | ===================== 6 | 7 | If you are reading this template, please take time to update your issue in the docs! 8 | 9 | ISSUE NOT DEFINED YET 10 | --------------------- 11 | 12 | :typical log message: ``Example Error message here`` 13 | :cause: Cause Here 14 | :solution: If known, add solution 15 | -------------------------------------------------------------------------------- /deployment/troubleshooting/specific-environment/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | Specific Environment Troubleshooting 5 | ==================================== 6 | 7 | This section covers troubleshooting for all environment specific installs. 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | :glob: 12 | 13 | Run-In-System 14 | run-in-packet 15 | run-in-aws 16 | run-in-google 17 | -------------------------------------------------------------------------------- /deployment/troubleshooting/specific-environment/run-in-google.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | TODO; Troubleshooting Run-in-Google 6 | pair: Run-in-Google; Troubleshooting 7 | 8 | .. _troubleshoot_google: 9 | 10 | Troubleshooting Run-in-Google 11 | ----------------------------- 12 | -------------------------------------------------------------------------------- /development/jigs/noop.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | pair: Noop; Jig 6 | 7 | .. _noop_jig: 8 | 9 | Noop Jig 10 | ~~~~~~~~ 11 | 12 | The Noop Jig Digital Rebar to deal with multiple dependent node-role 13 | requirements. 14 | -------------------------------------------------------------------------------- /development/jigs/script.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | pair: Script; Jig 6 | 7 | .. _script_jig: 8 | 9 | Script Jig 10 | ~~~~~~~~~~ 11 | 12 | The script Jig in performs all node-role state transition operations by 13 | pushing the state-change operation together with necessary databags over 14 | an ssh connection to the target node. 15 | -------------------------------------------------------------------------------- /faq/additional_role.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _faq_additional_role: 5 | 6 | Would an Additional Role be Added if We Collect Data to Send to Another System? 7 | =============================================================================== 8 | 9 | Yes, depending on what exactly is being requested. 10 | -------------------------------------------------------------------------------- /faq/custom_discovery_image.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | pair: Customization; Discovery Image 6 | 7 | .. _faq_discovery_image: 8 | 9 | Can the Discovery Image be Customized? 10 | ====================================== 11 | 12 | Yes, depending on what exactly is being requested. 13 | -------------------------------------------------------------------------------- /faq/how_many_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _faq_how_many_servers: 5 | 6 | How Many Services/Servers are Required? 7 | ======================================= 8 | 9 | For now, they all need to run on one box. 10 | -------------------------------------------------------------------------------- /faq/using_uefi.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | UEFI; Usage 6 | 7 | .. _faq_using_uefi: 8 | 9 | How do We Use UEFI? 10 | =================== 11 | 12 | To start DHCP and PXE, the :ref:`arch_service_provisioner` using the ``--con-provisioner`` flag must be included. If the ``tools/docker-admin`` dev process is being used, that flag is set automatically. 13 | -------------------------------------------------------------------------------- /images/digital_rebar_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/digital_rebar_small.png -------------------------------------------------------------------------------- /images/digitalrebar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/digitalrebar.ico -------------------------------------------------------------------------------- /images/dr_bunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/dr_bunny.png -------------------------------------------------------------------------------- /images/icons/UX/add_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/UX/add_icon.png -------------------------------------------------------------------------------- /images/icons/UX/add_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/UX/add_node.png -------------------------------------------------------------------------------- /images/icons/led/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/error.png -------------------------------------------------------------------------------- /images/icons/led/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/off.png -------------------------------------------------------------------------------- /images/icons/led/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/process.png -------------------------------------------------------------------------------- /images/icons/led/proposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/proposed.png -------------------------------------------------------------------------------- /images/icons/led/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/queue.png -------------------------------------------------------------------------------- /images/icons/led/ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/ready.png -------------------------------------------------------------------------------- /images/icons/led/reserved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/reserved.png -------------------------------------------------------------------------------- /images/icons/led/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/icons/led/todo.png -------------------------------------------------------------------------------- /images/screens/webux/Deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/Deployment.png -------------------------------------------------------------------------------- /images/screens/webux/Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/Overview.png -------------------------------------------------------------------------------- /images/screens/webux/Provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/Provider.png -------------------------------------------------------------------------------- /images/screens/webux/add_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/add_node.png -------------------------------------------------------------------------------- /images/screens/webux/add_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/add_profile.png -------------------------------------------------------------------------------- /images/screens/webux/add_provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/add_provider.png -------------------------------------------------------------------------------- /images/screens/webux/annealer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/annealer.png -------------------------------------------------------------------------------- /images/screens/webux/attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/attributes.png -------------------------------------------------------------------------------- /images/screens/webux/barclamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/barclamp.png -------------------------------------------------------------------------------- /images/screens/webux/barclamp_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/barclamp_details.png -------------------------------------------------------------------------------- /images/screens/webux/barclamp_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/barclamp_edit.png -------------------------------------------------------------------------------- /images/screens/webux/boot_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/boot_env.png -------------------------------------------------------------------------------- /images/screens/webux/capabilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/capabilities.png -------------------------------------------------------------------------------- /images/screens/webux/dcos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/dcos.png -------------------------------------------------------------------------------- /images/screens/webux/deploy_matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/deploy_matrix.png -------------------------------------------------------------------------------- /images/screens/webux/dhcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/dhcp.png -------------------------------------------------------------------------------- /images/screens/webux/dhcp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/dhcp2.png -------------------------------------------------------------------------------- /images/screens/webux/dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/dns.png -------------------------------------------------------------------------------- /images/screens/webux/edit_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/edit_network.png -------------------------------------------------------------------------------- /images/screens/webux/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/error.png -------------------------------------------------------------------------------- /images/screens/webux/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/graph.png -------------------------------------------------------------------------------- /images/screens/webux/helper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/helper.png -------------------------------------------------------------------------------- /images/screens/webux/kompos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/kompos.png -------------------------------------------------------------------------------- /images/screens/webux/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/local.png -------------------------------------------------------------------------------- /images/screens/webux/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/login.png -------------------------------------------------------------------------------- /images/screens/webux/machines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/machines.png -------------------------------------------------------------------------------- /images/screens/webux/move_nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/move_nodes.png -------------------------------------------------------------------------------- /images/screens/webux/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/network.png -------------------------------------------------------------------------------- /images/screens/webux/networks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/networks.png -------------------------------------------------------------------------------- /images/screens/webux/no_propose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/no_propose.png -------------------------------------------------------------------------------- /images/screens/webux/nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/nodes.png -------------------------------------------------------------------------------- /images/screens/webux/openstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/openstack.png -------------------------------------------------------------------------------- /images/screens/webux/oswiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/oswiz.png -------------------------------------------------------------------------------- /images/screens/webux/profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/profiles.png -------------------------------------------------------------------------------- /images/screens/webux/propose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/propose.png -------------------------------------------------------------------------------- /images/screens/webux/propose_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/propose_use.png -------------------------------------------------------------------------------- /images/screens/webux/role_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/role_details.png -------------------------------------------------------------------------------- /images/screens/webux/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/roles.png -------------------------------------------------------------------------------- /images/screens/webux/templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/templates.png -------------------------------------------------------------------------------- /images/screens/webux/tenant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/tenant.png -------------------------------------------------------------------------------- /images/screens/webux/track_nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/track_nodes.png -------------------------------------------------------------------------------- /images/screens/webux/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/images/screens/webux/user.png -------------------------------------------------------------------------------- /principles/concepts/attribute_injection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/principles/concepts/attribute_injection.png -------------------------------------------------------------------------------- /principles/concepts/concepts-engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/principles/concepts/concepts-engine.png -------------------------------------------------------------------------------- /principles/concepts/concepts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/principles/concepts/concepts.png -------------------------------------------------------------------------------- /principles/concepts/rebar_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalrebar/doc/5cd68b4531929bcfba7c3e1bd9e0a6df06fc066c/principles/concepts/rebar_engine.png -------------------------------------------------------------------------------- /ref/attribs/amqp_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | amqp_servers 6 | ============ 7 | 8 | Description 9 | =========== 10 | Addresses of the AMQP servers to use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/amt-enable.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | amt-enable 6 | ========== 7 | 8 | Description 9 | =========== 10 | Whether to try to enable Intel AMT support on the system 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/amt-password.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | amt-password 6 | ============ 7 | 8 | Description 9 | =========== 10 | The password for the AMT controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/asset_tag.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | asset_tag 6 | ========= 7 | 8 | Description 9 | =========== 10 | BIOS configured system identifier 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/baseboard_manufacturer.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | baseboard_manufacturer 6 | ====================== 7 | 8 | Description 9 | =========== 10 | BaseBoard Manufacturer 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/baseboard_product_name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | baseboard_product_name 6 | ====================== 7 | 8 | Description 9 | =========== 10 | BaseBoard Product Name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-all_configs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | bios-all_configs 6 | ================ 7 | 8 | Description 9 | =========== 10 | All the BIOS configurations the BIOS barclamp knows how to handle 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-config-sets.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | bios-config-sets 6 | ================ 7 | 8 | Description 9 | =========== 10 | The permitted BIOS configurations for this node, chosen from bios-set-mapping 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-release-date.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | bios-release-date 6 | ================= 7 | 8 | Description 9 | =========== 10 | BIOS release date 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-revision.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | bios-revision 6 | ============= 7 | 8 | Description 9 | =========== 10 | BIOS revision 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-sum-licenses.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | bios-sum-licenses 6 | ================= 7 | 8 | Description 9 | =========== 10 | The license keys for the SuperMicro systems 11 | 12 | Documentation 13 | ============= 14 | 15 | Automatic activation of licenses for SuperMicro Update Manager has not been 16 | fully implemented yet. 17 | -------------------------------------------------------------------------------- /ref/attribs/bios-vendor.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | bios-vendor 6 | =========== 7 | 8 | Description 9 | =========== 10 | BIOS vendor 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/bios-version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | bios-version 6 | ============ 7 | 8 | Description 9 | =========== 10 | BIOS version 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chassis_manufacturer.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | chassis_manufacturer 6 | ==================== 7 | 8 | Description 9 | =========== 10 | Chassis Vendor 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chassis_product.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | chassis_product 6 | =============== 7 | 8 | Description 9 | =========== 10 | Chassis Product Name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chassis_serial_number.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | chassis_serial_number 6 | ===================== 7 | 8 | Description 9 | =========== 10 | Chassis Serial Number 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-client-sources.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | chef-client-sources 6 | =================== 7 | 8 | Description 9 | =========== 10 | The URL that systems should use to download the Chef client 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-client_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | chef-client_key 6 | =============== 7 | 8 | Description 9 | =========== 10 | The private key that this node should use to authenticate with the chef server 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-client_name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | chef-client_name 6 | ================ 7 | 8 | Description 9 | =========== 10 | The name that this node should use for its chef client. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-servers-admin-key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | chef-servers-admin-key 6 | ====================== 7 | 8 | Description 9 | =========== 10 | Admin key used to access chef server 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-servers-admin-name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | chef-servers-admin-name 6 | ======================= 7 | 8 | Description 9 | =========== 10 | Admin user used to access chef server 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | chef-servers 6 | ============ 7 | 8 | Description 9 | =========== 10 | URLs that clients should use to talk to the chef server 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/chef-solo_client_name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | chef-solo_client_name 6 | ===================== 7 | 8 | Description 9 | =========== 10 | The client name that chef-solo should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/claimed-disks.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | claimed-disks 6 | ============= 7 | 8 | Description 9 | =========== 10 | The disks that have been claimed by roles on a node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-active-only.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | cluster-active-only 6 | =================== 7 | 8 | Description 9 | =========== 10 | Use addresses from Active NodeRoles only? 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-address.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | cluster-address 6 | =============== 7 | 8 | Description 9 | =========== 10 | IP of Node for Cluster 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-addresses.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | cluster-addresses 6 | ================= 7 | 8 | Description 9 | =========== 10 | All addresses of the Cluster nodes 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-hostnames.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | cluster-hostnames 6 | ================= 7 | 8 | Description 9 | =========== 10 | All hostnames of the Cluster nodes 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | cluster-name 6 | ============ 7 | 8 | Description 9 | =========== 10 | Name used for Cluster 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cluster-network.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | cluster-network 6 | =============== 7 | 8 | Description 9 | =========== 10 | Network used for Cluster 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-acl-datacenter.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | consul-acl-datacenter 6 | ===================== 7 | 8 | Description 9 | =========== 10 | The name of the datacenter that is authoritative for ACLs 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-acl-default-policy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================= 5 | consul-acl-default-policy 6 | ========================= 7 | 8 | Description 9 | =========== 10 | The mode that Consul is operating in on a specific node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-acl-down-policy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | consul-acl-down-policy 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The mode that Consul is operating in on a specific node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-acl-master-token.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | consul-acl-master-token 6 | ======================= 7 | 8 | Description 9 | =========== 10 | Token to use to update ACLs 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-address.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | consul-address 6 | ============== 7 | 8 | Description 9 | =========== 10 | The address that Consul should use for inter-cluster communications. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-bootstrap-expect.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | consul-bootstrap-expect 6 | ======================= 7 | 8 | Description 9 | =========== 10 | The number of servers we expect to have in the datacenter 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-config-dir.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | consul-config-dir 6 | ================= 7 | 8 | Description 9 | =========== 10 | The location that Consul will store its config data 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-data-dir.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | consul-data-dir 6 | =============== 7 | 8 | Description 9 | =========== 10 | The location that Consul will store its running data 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-datacenter.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | consul-datacenter 6 | ================= 7 | 8 | Description 9 | =========== 10 | The name of the datacenter that this Consul instance is running in 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-disable-remote-exec.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================== 5 | consul-disable-remote-exec 6 | ========================== 7 | 8 | Description 9 | =========== 10 | Whether Consul is allowed to remotel execute programs 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-domain.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | consul-domain 6 | ============= 7 | 8 | Description 9 | =========== 10 | The domain that Consul assume it owns for DNS lookups 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-encrypt.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | consul-encrypt 6 | ============== 7 | 8 | Description 9 | =========== 10 | The shared encryption key for GOSSIP 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-install-dir.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | consul-install-dir 6 | ================== 7 | 8 | Description 9 | =========== 10 | The location that Consul will installed into 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-serve-ui.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | consul-serve-ui 6 | =============== 7 | 8 | Description 9 | =========== 10 | Whether Consul is allowed to serve its Web interface 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | consul-servers 6 | ============== 7 | 8 | Description 9 | =========== 10 | The addresses of the Consul server nodes 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/consul-ui-dir.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | consul-ui-dir 6 | ============= 7 | 8 | Description 9 | =========== 10 | The location that Consul will install the UI 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cpu.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | === 5 | cpu 6 | === 7 | 8 | Description 9 | =========== 10 | System Processor 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/cpu_count.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | cpu_count 6 | ========= 7 | 8 | Description 9 | =========== 10 | Number of Processors 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/dhcp-management-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | dhcp-management-servers 6 | ======================= 7 | 8 | Description 9 | =========== 10 | DHCP Management servers that all Rebar admins should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/dhcp_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | dhcp_servers 6 | ============ 7 | 8 | Description 9 | =========== 10 | DHCP servers that all Rebar clients should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/disks.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===== 5 | disks 6 | ===== 7 | 8 | Description 9 | =========== 10 | The disks present in the system 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/dns-domain.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | dns-domain 6 | ========== 7 | 8 | Description 9 | =========== 10 | DNS domain name for the cluster 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/dns-management-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | dns-management-servers 6 | ====================== 7 | 8 | Description 9 | =========== 10 | DNS Management servers that all Rebar admins should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/dns_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | dns_servers 6 | =========== 7 | 8 | Description 9 | =========== 10 | DNS servers that all Rebar clients should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/example-ca-label.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | example-ca-label 6 | ================ 7 | 8 | Description 9 | =========== 10 | Label of the root CA 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/example-ca-time.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | example-ca-time 6 | =============== 7 | 8 | Description 9 | =========== 10 | Generation Time of the root CA 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/example-cert-file.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | example-cert-file 6 | ================= 7 | 8 | Description 9 | =========== 10 | Information about the cert file 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/example-key-file.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | example-key-file 6 | ================ 7 | 8 | Description 9 | =========== 10 | Information about the key file 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/example-root-file.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | example-root-file 6 | ================= 7 | 8 | Description 9 | =========== 10 | Information about the root file 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/hint-admin-macs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | hint-admin-macs 6 | =============== 7 | 8 | Description 9 | =========== 10 | Hint for Admin MAC addresses 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-additional-devices.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | ipmi-additional-devices 6 | ======================= 7 | 8 | Description 9 | =========== 10 | The additional devices this IPMI controller provides 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-address.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | ipmi-address 6 | ============ 7 | 8 | Description 9 | =========== 10 | The address of the IPMI controller as detected at the end of configuration 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-configure-networking.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================= 5 | ipmi-configure-networking 6 | ========================= 7 | 8 | Description 9 | =========== 10 | Whether to configure IPMI networking or leave it alone 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-configured.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | ipmi-configured 6 | =============== 7 | 8 | Description 9 | =========== 10 | Whether the username and password has been configured for this IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-detected-params.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | ipmi-detected-params 6 | ==================== 7 | 8 | Description 9 | =========== 10 | The firmware and network settings that IPMI is configured with. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-device-id.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | ipmi-device-id 6 | ============== 7 | 8 | Description 9 | =========== 10 | The device ID of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-device-rev.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | ipmi-device-rev 6 | =============== 7 | 8 | Description 9 | =========== 10 | The device revision of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-enable.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | ipmi-enable 6 | =========== 7 | 8 | Description 9 | =========== 10 | Says whether to try and enable IPMI for this node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-firmware-history.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | ipmi-firmware-history 6 | ===================== 7 | 8 | Description 9 | =========== 10 | IPMI update history of applied updates 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-firmware-rev.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | ipmi-firmware-rev 6 | ================= 7 | 8 | Description 9 | =========== 10 | The firmware revision the IPMI controller is at 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-macaddr.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | ipmi-macaddr 6 | ============ 7 | 8 | Description 9 | =========== 10 | The MAC address of this IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-messages.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | ipmi-messages 6 | ============= 7 | 8 | Description 9 | =========== 10 | Messages from configuring IPMI on the system 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-mfgr-id.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | ipmi-mfgr-id 6 | ============ 7 | 8 | Description 9 | =========== 10 | The manufacturer ID of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-mfgr-name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | ipmi-mfgr-name 6 | ============== 7 | 8 | Description 9 | =========== 10 | The manufacturer of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-password.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | ipmi-password 6 | ============= 7 | 8 | Description 9 | =========== 10 | The password for the IPMI user. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-product-id.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | ipmi-product-id 6 | =============== 7 | 8 | Description 9 | =========== 10 | The product ID of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-product-name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | ipmi-product-name 6 | ================= 7 | 8 | Description 9 | =========== 10 | The product name of the IPMI controller 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-provides-device-sdrs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================= 5 | ipmi-provides-device-sdrs 6 | ========================= 7 | 8 | Description 9 | =========== 10 | Whether this IPMI controller provides access to additional devices 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-shared.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | ipmi-shared 6 | =========== 7 | 8 | Description 9 | =========== 10 | Value to use as the IPMI Port for Dell systems 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-use-dhcp.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | ipmi-use-dhcp 6 | ============= 7 | 8 | Description 9 | =========== 10 | Whether the IPMI controller should get its address via DHCP 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-username.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | ipmi-username 6 | ============= 7 | 8 | Description 9 | =========== 10 | The username that will be used to access the IPMI controller remotely. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | ipmi-version 6 | ============ 7 | 8 | Description 9 | =========== 10 | The version of IPMI that this controller implements 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ipmi-wanted-version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | ipmi-wanted-version 6 | =================== 7 | 8 | Description 9 | =========== 10 | The desired version of the IPMI subsystem. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/kernel.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====== 5 | kernel 6 | ====== 7 | 8 | Description 9 | =========== 10 | Kernel Name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/kernel_version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | kernel_version 6 | ============== 7 | 8 | Description 9 | =========== 10 | Kernel Version 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/logging_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | logging_servers 6 | =============== 7 | 8 | Description 9 | =========== 10 | The IP addresses of the server that should get all logging output. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/memory.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====== 5 | memory 6 | ====== 7 | 8 | Description 9 | =========== 10 | System Memory 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/network-current-config.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | network-current-config 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The current networking configuration Rebar has on the node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/network-wanted-config.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | network-wanted-config 6 | ===================== 7 | 8 | Description 9 | =========== 10 | The entire desired network config for this node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/network_interface_maps.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | network_interface_maps 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The global set of interface maps that should be used to figure out nic ordering. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/nics.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==== 5 | nics 6 | ==== 7 | 8 | Description 9 | =========== 10 | Ethernet Interface Ports 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/node-control-address.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | node-control-address 6 | ==================== 7 | 8 | Description 9 | =========== 10 | The network address that should be used to control the node. Will be used if no other address is reachable. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/node-private-control-address.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | node-private-control-address 6 | ============================ 7 | 8 | Description 9 | =========== 10 | The private network address that should be used to control the node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ntp_servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | ntp_servers 6 | =========== 7 | 8 | Description 9 | =========== 10 | Addresses of the NTP servers to use for cluster-wide time synchronization 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/number_of_drives.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | number_of_drives 6 | ================ 7 | 8 | Description 9 | =========== 10 | RAID set 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ohai.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==== 5 | ohai 6 | ==== 7 | 8 | Description 9 | =========== 10 | All data returned for node by Ohai 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/operating-system-disk.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | operating-system-disk 6 | ===================== 7 | 8 | Description 9 | =========== 10 | The unique name of the disk that the operating system is installed on 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/operating-system-install-flavor.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============================== 5 | operating-system-install-flavor 6 | =============================== 7 | 8 | Description 9 | =========== 10 | The flavor of the OS to install. Mainly used for Windows 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/operating-system-license-key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | operating-system-license-key 6 | ============================ 7 | 8 | Description 9 | =========== 10 | The license key that should be used to activate the operating system. Mainly used for RHEL and Windows. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/os.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | == 5 | os 6 | == 7 | 8 | Description 9 | =========== 10 | O/S Name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/os_description.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | os_description 6 | ============== 7 | 8 | Description 9 | =========== 10 | O/S Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/os_version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | os_version 6 | ========== 7 | 8 | Description 9 | =========== 10 | O/S Version 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/package-repositories.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | package-repositories 6 | ==================== 7 | 8 | Description 9 | =========== 10 | The repositories that should be used to install packages from by default 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/ports.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===== 5 | ports 6 | ===== 7 | 8 | Description 9 | =========== 10 | The ports present in the system 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provider-create-hint.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | provider-create-hint 6 | ==================== 7 | 8 | Description 9 | =========== 10 | Extra parameters to be passed to the provider at node create time 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provider-details.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | provider-details 6 | ================ 7 | 8 | Description 9 | =========== 10 | Provider access credentials, type and name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provider-node-id.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | provider-node-id 6 | ================ 7 | 8 | Description 9 | =========== 10 | The node ID as understood by the remote provider 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provider-rate.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | provider-rate 6 | ============= 7 | 8 | Description 9 | =========== 10 | The cost of this node in the provider 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provider-type.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | provider-type 6 | ============= 7 | 8 | Description 9 | =========== 10 | Provider type 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-active-bootstate.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | provisioner-active-bootstate 6 | ============================ 7 | 8 | Description 9 | =========== 10 | The bootstate that the provisioner last configured the node to use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-available-oses.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================== 5 | provisioner-available-oses 6 | ========================== 7 | 8 | Description 9 | =========== 10 | The operating systems that are installable by this provisioner node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-bootloader.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | provisioner-bootloader 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The bootloader to use for the machine when PXE booting 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-default-boot-program.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================================ 5 | provisioner-default-boot-program 6 | ================================ 7 | 8 | Description 9 | =========== 10 | Default boot program for initial PXE boot 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-default-os.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | provisioner-default-os 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The default operating system the provisioner will deploy 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-default-password-hash.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================================= 5 | provisioner-default-password-hash 6 | ================================= 7 | 8 | Description 9 | =========== 10 | The default password hash for the default user 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-default-user.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================== 5 | provisioner-default-user 6 | ======================== 7 | 8 | Description 9 | =========== 10 | The name of the user Rebar will create by default on deployed nodes 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-docker-image.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================== 5 | provisioner-docker-image 6 | ======================== 7 | 8 | Description 9 | =========== 10 | The default image to use for docker images unless overriden by hints 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-management-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================== 5 | provisioner-management-servers 6 | ============================== 7 | 8 | Description 9 | =========== 10 | The information for the provisioner management servers. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-node-id.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | provisioner-node-id 6 | =================== 7 | 8 | Description 9 | =========== 10 | The node ID that provisioned this node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-online.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | provisioner-online 6 | ================== 7 | 8 | Description 9 | =========== 10 | Whether or not the provisioner is operating in online mode.. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-provided-repos.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================== 5 | provisioner-provided-repos 6 | ========================== 7 | 8 | Description 9 | =========== 10 | The repositories that this provisioner provides for OS install purposes 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-root.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | provisioner-root 6 | ================ 7 | 8 | Description 9 | =========== 10 | Root directory of the provisioner 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-server-http-port.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | provisioner-server-http-port 6 | ============================ 7 | 8 | Description 9 | =========== 10 | The port that the provisioner Web server will listen on 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-target_os.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | provisioner-target_os 6 | ===================== 7 | 8 | Description 9 | =========== 10 | The operating system to install on a node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-upstream_proxy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================== 5 | provisioner-upstream_proxy 6 | ========================== 7 | 8 | Description 9 | =========== 10 | The upstream proxy the provisioner should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-use-local-security.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================== 5 | provisioner-use-local-security 6 | ============================== 7 | 8 | Description 9 | =========== 10 | Something that no longer has meaning as far as I know 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-use-serial-console.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================== 5 | provisioner-use-serial-console 6 | ============================== 7 | 8 | Description 9 | =========== 10 | Whether the provisioner should configure installed nodes to use a serial console as their default console. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/provisioner-webservers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | provisioner-webservers 6 | ====================== 7 | 8 | Description 9 | =========== 10 | The URL that managed nodes should use to contact the provisioner webserver. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/proxy-port.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | proxy-port 6 | ========== 7 | 8 | Description 9 | =========== 10 | The port to use as the basis for our proxy 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/proxy-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | proxy-servers 6 | ============= 7 | 8 | Description 9 | =========== 10 | Proxy servers that all Rebar clients should use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/proxy-upstream_proxy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | proxy-upstream_proxy 6 | ==================== 7 | 8 | Description 9 | =========== 10 | The upstream Web proxy that the proxy on the system will use 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/puppet-agent-sa-name.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | puppet-agent-sa-name 6 | ==================== 7 | 8 | Description 9 | =========== 10 | Name of stand-alone agent node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rabbitmq-cluster-cookie.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | rabbitmq-cluster-cookie 6 | ======================= 7 | 8 | Description 9 | =========== 10 | RabbitMQ Erlang Security Token 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rabbitmq-enabled-users.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | rabbitmq-enabled-users 6 | ====================== 7 | 8 | Description 9 | =========== 10 | RabbitMQ Users to Enable 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rabbitmq-port.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | rabbitmq-port 6 | ============= 7 | 8 | Description 9 | =========== 10 | RabbitMQ Port 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rabbitmq-virtualhosts.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | rabbitmq-virtualhosts 6 | ===================== 7 | 8 | Description 9 | =========== 10 | RabbitMQ VirtualHosts to Enable 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/raid-configured-volumes.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | raid-configured-volumes 6 | ======================= 7 | 8 | Description 9 | =========== 10 | The current RAID volumes on this node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/raid-debug.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | raid-debug 6 | ========== 7 | 8 | Description 9 | =========== 10 | Whether to run the RAID recipes with debugging enabled 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/raid-enable.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | raid-enable 6 | =========== 7 | 8 | Description 9 | =========== 10 | Whether or not to use the RAID controllers on a specific node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rebar-access_keys.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-access_keys 6 | ================= 7 | 8 | Description 9 | =========== 10 | The SSH public keys that should allow password-less root access on managed nodes. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rebar-api-servers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-api-servers 6 | ================= 7 | 8 | Description 9 | =========== 10 | IP:Port pairs of the Rebar API servers 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rebar-job-runners.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-job-runners 6 | ================= 7 | 8 | Description 9 | =========== 10 | Addresses of the Rebar Job Runners 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/rebar-machine_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-machine_key 6 | ================= 7 | 8 | Description 9 | =========== 10 | The username and password that managed nodes should use to talk to the Rebar API 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-master_ip.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | saltstack-master_ip 6 | =================== 7 | 8 | Description 9 | =========== 10 | IP that minions should use to talk to the SaltStack Master 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-master_keys.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | saltstack-master_keys 6 | ===================== 7 | 8 | Description 9 | =========== 10 | Public Keys of Minions 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-master_private_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | saltstack-master_private_key 6 | ============================ 7 | 8 | Description 9 | =========== 10 | Private Key of Master 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-master_public_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========================== 5 | saltstack-master_public_key 6 | =========================== 7 | 8 | Description 9 | =========== 10 | Public Key of Master 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-minion_private_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============================ 5 | saltstack-minion_private_key 6 | ============================ 7 | 8 | Description 9 | =========== 10 | Private Key of Minion 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/saltstack-minion_public_key.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========================== 5 | saltstack-minion_public_key 6 | =========================== 7 | 8 | Description 9 | =========== 10 | Public Key of Minioin 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/skip-flash.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | skip-flash 6 | ========== 7 | 8 | Description 9 | =========== 10 | Skip trying to flash firmware 11 | 12 | Documentation 13 | ============= 14 | 15 | Skip Flash 16 | ---------- 17 | 18 | skip-flash tells Rebar to skip performing any flash operations on 19 | a machine. It can be either true or false. 20 | -------------------------------------------------------------------------------- /ref/attribs/skip_flash.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | skip_flash 6 | ========== 7 | 8 | Description 9 | =========== 10 | Skip trying to flash firmware 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/stay_on.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======= 5 | stay_on 6 | ======= 7 | 8 | Description 9 | =========== 10 | Leave the node powered on when there is nothing to do 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/switches.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======== 5 | switches 6 | ======== 7 | 8 | Description 9 | =========== 10 | Connected Networking Switches 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/system_manufacturer.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | system_manufacturer 6 | =================== 7 | 8 | Description 9 | =========== 10 | System Vendor 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/system_product.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | system_product 6 | ============== 7 | 8 | Description 9 | =========== 10 | System Product Name 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/system_serial_number.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | system_serial_number 6 | ==================== 7 | 8 | Description 9 | =========== 10 | System Serial Number 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-admin-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | test-admin-delay 6 | ================ 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-admin-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | test-admin-marker 6 | ================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-admin-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | test-admin-test 6 | =============== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-ansible-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | test-ansible-delay 6 | ================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-ansible-playbook-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========================== 5 | test-ansible-playbook-delay 6 | =========================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-async-result.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | test-async-result 6 | ================= 7 | 8 | Description 9 | =========== 10 | track return info from async action 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-client-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================== 5 | test-client-client-delay 6 | ======================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-client-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================= 5 | test-client-client-marker 6 | ========================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-client-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | test-client-client-test 6 | ======================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | test-client-delay 6 | ================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | test-client-marker 6 | ================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-client-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | test-client-test 6 | ================ 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-discovery-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | test-discovery-delay 6 | ==================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-discovery-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | test-discovery-marker 6 | ===================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-library-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | test-library-delay 6 | ================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-library-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | test-library-marker 6 | =================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-library-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | test-library-test 6 | ================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | test-marker 6 | =========== 7 | 8 | Description 9 | =========== 10 | Last touched by information created by Test Jig instrumentation 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-random.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | test-random 6 | =========== 7 | 8 | Description 9 | =========== 10 | Random # created by Test Jig instrumentation 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-server-delay.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | test-server-delay 6 | ================= 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-server-marker.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | test-server-marker 6 | ================== 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/test-server-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | test-server-test 6 | ================ 7 | 8 | Description 9 | =========== 10 | A test attrib 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/use-dns.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======= 5 | use-dns 6 | ======= 7 | 8 | Description 9 | =========== 10 | Whether the node should attempt to use the dns service 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/use-logging.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | use-logging 6 | =========== 7 | 8 | Description 9 | =========== 10 | Whether the node should attempt to use the logging service 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/use-ntp.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======= 5 | use-ntp 6 | ======= 7 | 8 | Description 9 | =========== 10 | Whether the node should attempt to use the ntp service 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/attribs/use-proxy.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | use-proxy 6 | ========= 7 | 8 | Description 9 | =========== 10 | Whether the node should attempt to use the proxy service 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/amqp-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | amqp-service 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/amt-configure.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | amt-configure 6 | ============= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/amt-discover.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | amt-discover 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/ansible-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | ansible-client 6 | ============== 7 | 8 | Description 9 | =========== 10 | Provide enough to run ansible 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/bios-configure.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | bios-configure 6 | ============== 7 | 8 | Description 9 | =========== 10 | Provides a common place to get the desired config sets 11 | 12 | Documentation 13 | ============= 14 | 15 | bios-configure provides a place in the node-role graph for the low-level BIOS config 16 | roles to get list of bios configs to apply to a node. 17 | -------------------------------------------------------------------------------- /ref/roles/bmc-nat-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | bmc-nat-client 6 | ============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/bmc-nat-router.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | bmc-nat-router 6 | ============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/chef-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | chef-client 6 | =========== 7 | 8 | Description 9 | =========== 10 | Provides a chef client. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/chef-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | chef-service 6 | ============ 7 | 8 | Description 9 | =========== 10 | Provides a chef service. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/chef-solo.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | chef-solo 6 | ========= 7 | 8 | Description 9 | =========== 10 | Configures chef-solo for a node. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/cluster.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======= 5 | cluster 6 | ======= 7 | 8 | Description 9 | =========== 10 | Cluster Configuration & Networking Info 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/consul-config.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | consul-config 6 | ============= 7 | 8 | Description 9 | =========== 10 | Consul is our default service monitoring and discovery tool. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/consul-master.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | consul-master 6 | ============= 7 | 8 | Description 9 | =========== 10 | Master node for Consul services 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/consul-member.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | consul-member 6 | ============= 7 | 8 | Description 9 | =========== 10 | Member node for Consul services 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/deployer-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | deployer-client 6 | =============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/dhcp-mgmt_service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | dhcp-mgmt_service 6 | ================= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/dhcp-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | dhcp-service 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/dns-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | dns-client 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/dns-mgmt_service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | dns-mgmt_service 6 | ================ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/dns-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | dns-service 6 | =========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/example-ca-install-root.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================= 5 | example-ca-install-root 6 | ======================= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/example-ca-signed-cert.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | example-ca-signed-cert 6 | ====================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/example-ca.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | example-ca 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/logging-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | logging-client 6 | ============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/logging-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | logging-service 6 | =============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/network-lldpd.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | network-lldpd 6 | ============= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/network-server.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | network-server 6 | ============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/ntp-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | ntp-client 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/ntp-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | ntp-service 6 | =========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/provisioner-docker-setup.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================== 5 | provisioner-docker-setup 6 | ======================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/provisioner-os-install.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====================== 5 | provisioner-os-install 6 | ====================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/provisioner-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =================== 5 | provisioner-service 6 | =================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/proxy-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | proxy-client 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/proxy-server.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | proxy-server 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/proxy-service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============= 5 | proxy-service 6 | ============= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/puppet-agent_sa.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | puppet-agent_sa 6 | =============== 7 | 8 | Description 9 | =========== 10 | Configures puppet stand-alone agent for a node 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/puppet-sa.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | puppet-sa 6 | ========= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/puppet-test.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | puppet-test 6 | =========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rabbitmq-server.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | rabbitmq-server 6 | =============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/raid-tools-install.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | raid-tools-install 6 | ================== 7 | 8 | Description 9 | =========== 10 | Install RAID management tools on a managed node 11 | 12 | Documentation 13 | ============= 14 | 15 | The raid-tools-install role is responsible for installing all tools needed 16 | to manage the RAID adaptors in the system. 17 | -------------------------------------------------------------------------------- /ref/roles/rebar-access.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. index:: 5 | 6 | .. _rebar_access: 7 | 8 | ============ 9 | rebar-access 10 | ============ 11 | 12 | Description 13 | =========== 14 | Rebar Access Keys 15 | 16 | Documentation 17 | ============= 18 | 19 | No Documentation 20 | -------------------------------------------------------------------------------- /ref/roles/rebar-api_server.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | rebar-api_server 6 | ================ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-api_service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-api_service 6 | ================= 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-docker-node.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-docker-node 6 | ================= 7 | 8 | Description 9 | =========== 10 | Docker Node Ready Checkpoint 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-hardware-configured.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========================= 5 | rebar-hardware-configured 6 | ========================= 7 | 8 | Description 9 | =========== 10 | Rebar Hardware Configured Checkpoint 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-installed-node.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ==================== 5 | rebar-installed-node 6 | ==================== 7 | 8 | Description 9 | =========== 10 | Rebar Node Ready Checkpoint 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-inventory.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =============== 5 | rebar-inventory 6 | =============== 7 | 8 | Description 9 | =========== 10 | Rebar Inventory 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-job_runner.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | rebar-job_runner 6 | ================ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-job_runner_service.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ======================== 5 | rebar-job_runner_service 6 | ======================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-joined-node.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================= 5 | rebar-joined-node 6 | ================= 7 | 8 | Description 9 | =========== 10 | Joined Node Ready Checkpoint 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-managed-node.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | rebar-managed-node 6 | ================== 7 | 8 | Description 9 | =========== 10 | Rebar Node Service Bundle 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/rebar-package-sources.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | rebar-package-sources 6 | ===================== 7 | 8 | Description 9 | =========== 10 | Sources that Rebar should install packages from 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/saltstack-master.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | saltstack-master 6 | ================ 7 | 8 | Description 9 | =========== 10 | Provides a SaltStack Master instance. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/saltstack-minion.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | saltstack-minion 6 | ================ 7 | 8 | Description 9 | =========== 10 | Provides a saltstack-minion. 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/saltstack.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========= 5 | saltstack 6 | ========= 7 | 8 | Description 9 | =========== 10 | SaltStack Platform 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/sysdig.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ====== 5 | sysdig 6 | ====== 7 | 8 | Description 9 | =========== 10 | Provides the sysdig tool 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-admin.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | test-admin 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-ansible-playbook.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ===================== 5 | test-ansible-playbook 6 | ===================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-ansible.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | test-ansible 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-async.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | test-async 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-client-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================== 5 | test-client-client 6 | ================== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-client.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | test-client 6 | =========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-discovery.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============== 5 | test-discovery 6 | ============== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-event.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | test-event 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-fails.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ========== 5 | test-fails 6 | ========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-library.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ============ 5 | test-library 6 | ============ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-script-meta.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | ================ 5 | test-script-meta 6 | ================ 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /ref/roles/test-server.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | =========== 5 | test-server 6 | =========== 7 | 8 | Description 9 | =========== 10 | No Description 11 | 12 | Documentation 13 | ============= 14 | 15 | No Documentation 16 | -------------------------------------------------------------------------------- /reviewlist.md: -------------------------------------------------------------------------------- 1 | # Review List 2 | 3 | faq/UEFI.rst <- validate technical information 4 | -------------------------------------------------------------------------------- /user/cases/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _ug_use_cases: 5 | 6 | Common User Actions 7 | ------------------- 8 | 9 | This is a list of some common actions users want to do with an installed Digital Rebar system. 10 | 11 | .. toctree:: 12 | :maxdepth: 1 13 | :glob: 14 | 15 | * 16 | 17 | -------------------------------------------------------------------------------- /user/webux/advanced/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _ux_advanced: 5 | 6 | Advanced 7 | ======== 8 | 9 | The "Advanced" tab provides access to several pages with advanced configurations. 10 | 11 | .. toctree:: 12 | :maxdepth: 1 13 | :glob: 14 | 15 | helper 16 | barclamps 17 | roles 18 | attributes 19 | graphs 20 | 21 | 22 | -------------------------------------------------------------------------------- /user/webux/advanced/attributes.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _ux_attributes: 5 | 6 | Attributes 7 | ========== 8 | 9 | The "Attributes" page displays the name, description, and map of all atrributes. 10 | 11 | .. image:: /images/screens/webux/attributes.png 12 | -------------------------------------------------------------------------------- /user/webux/advanced/graphs.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _ux_graphs: 5 | 6 | Graphs 7 | ====== 8 | 9 | The "Graphs" page allows for the display of graphs showing the interactions of Digital Rebar roles. The toolbar at the top of the page can be used to adjust which services or deployments are displayed. 10 | 11 | .. image:: /images/screens/webux/graph.png 12 | -------------------------------------------------------------------------------- /user/webux/advanced/helper.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _ux_helper: 5 | 6 | API Helper 7 | ========== 8 | 9 | The "API Call Helper" page provides access to Digital Rebar APIs. After modifying the input in the embedded JSON text editor, it can be run via the ``Run API`` button in the upper right hand corner. 10 | 11 | .. image:: /images/screens/webux/helper.png 12 | -------------------------------------------------------------------------------- /workloads/mesos/README.rst: -------------------------------------------------------------------------------- 1 | 2 | .. note:: WARNING WARNING WARNING: This is the Digital Rebar v2 product documentation. The v2 version is EOL as of September 2017. Please refer to the new Digital Rebar Provision v3 documentation: http:\/\/provision.readthedocs.io\/en\/tip\/README.html 3 | 4 | .. _mesos_workload: 5 | 6 | Mesos & DC/OS Workload 7 | ====================== 8 | 9 | .. index:: 10 | TODO; Describe_Mesos 11 | 12 | 13 | How to install Mesos DC/OS 14 | --------------------------------------------------------------------------------