6c8afcc2e5
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6044afe777bc70c58a73502c9327e96a3bac9891
410 lines
18 KiB
Plaintext
410 lines
18 KiB
Plaintext
# Andi Chandler <andi@gowling.com>, 2018. #zanata
|
|
# Andi Chandler <andi@gowling.com>, 2019. #zanata
|
|
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
|
# Andi Chandler <andi@gowling.com>, 2021. #zanata
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: openstack-helm 0.1.1.dev3462\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2021-06-22 20:22+0000\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: 2021-06-24 03:47+0000\n"
|
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
|
"Language-Team: English (United Kingdom)\n"
|
|
"Language: en_GB\n"
|
|
"X-Generator: Zanata 4.3.3\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
|
|
|
msgid ":ref:`genindex`"
|
|
msgstr ":ref:`genindex`"
|
|
|
|
msgid ":ref:`search`"
|
|
msgstr ":ref:`search`"
|
|
|
|
msgid "Adding Services"
|
|
msgstr "Adding Services"
|
|
|
|
msgid "Adding Tests"
|
|
msgstr "Adding Tests"
|
|
|
|
msgid ""
|
|
"Any additional functions required for testing new charts or improving the "
|
|
"gate workflow should be placed in the appropriate location."
|
|
msgstr ""
|
|
"Any additional functions required for testing new charts or improving the "
|
|
"gate workflow should be placed in the appropriate location."
|
|
|
|
msgid ""
|
|
"Any tests that do not use the Rally testing framework would need to be "
|
|
"handled in the appropriate manner in launch script. This would ideally "
|
|
"result in new functions that could be reused, or expansion of the gate "
|
|
"scripts to include scenarios beyond basic service launches."
|
|
msgstr ""
|
|
"Any tests that do not use the Rally testing framework would need to be "
|
|
"handled in the appropriate manner in launch script. This would ideally "
|
|
"result in new functions that could be reused, or expansion of the gate "
|
|
"scripts to include scenarios beyond basic service launches."
|
|
|
|
msgid ""
|
|
"As charts for additional services are added to OpenStack-Helm, they should "
|
|
"be included in the gates. Adding new services to the gates allows a chart "
|
|
"developer and the review team to identify any potential issues associated "
|
|
"with a new service. All services are currently launched in the gate via a "
|
|
"series of launch scripts of the format ``NNN-service-name.sh`` where ``NNN`` "
|
|
"dictates the order these scripts are launched. The script should contain an "
|
|
"installation command like:"
|
|
msgstr ""
|
|
"As charts for additional services are added to OpenStack-Helm, they should "
|
|
"be included in the gates. Adding new services to the gates allows a chart "
|
|
"developer and the review team to identify any potential issues associated "
|
|
"with a new service. All services are currently launched in the gate via a "
|
|
"series of launch scripts of the format ``NNN-service-name.sh`` where ``NNN`` "
|
|
"dictates the order these scripts are launched. The script should contain an "
|
|
"installation command like:"
|
|
|
|
msgid ""
|
|
"As new charts are developed and the services are added to the gate, an "
|
|
"associated Helm test should be introduced to the gates. The appropriate "
|
|
"place for executing these tests is in the respective service's launch "
|
|
"script, and must be placed after the entry for installing the service and "
|
|
"any associated overrides. Any tests that use the Rally testing framework "
|
|
"should leverage the helm_test_deployment function in the aforementioned "
|
|
"funcs/helm.sh file. For example, a Helm test for Mistral might look like:"
|
|
msgstr ""
|
|
"As new charts are developed and the services are added to the gate, an "
|
|
"associated Helm test should be introduced to the gates. The appropriate "
|
|
"place for executing these tests is in the respective service's launch "
|
|
"script, and must be placed after the entry for installing the service and "
|
|
"any associated overrides. Any tests that use the Rally testing framework "
|
|
"should leverage the helm_test_deployment function in the aforementioned "
|
|
"funcs/helm.sh file. For example, a Helm test for Mistral might look like:"
|
|
|
|
msgid ""
|
|
"Bugs and enhancements are tracked via OpenStack-Helm's `Storyboard <https://"
|
|
"storyboard.openstack.org/#!/project_group/64>`_."
|
|
msgstr ""
|
|
"Bugs and enhancements are tracked via OpenStack-Helm's `Storyboard <https://"
|
|
"storyboard.openstack.org/#!/project_group/64>`_."
|
|
|
|
msgid "Communication"
|
|
msgstr "Communication"
|
|
|
|
msgid ""
|
|
"Community `IRC Meetings <http://eavesdrop.openstack.org/#OpenStack-"
|
|
"Helm_Team_Meeting>`_: [Every Tuesday @ 3PM UTC], #openstack-meeting-alt on "
|
|
"oftc"
|
|
msgstr ""
|
|
"Community `IRC Meetings <http://eavesdrop.openstack.org/#OpenStack-"
|
|
"Helm_Team_Meeting>`_: [Every Tuesday @ 3PM UTC], #openstack-meeting-alt on "
|
|
"oftc"
|
|
|
|
msgid "Contents:"
|
|
msgstr "Contents:"
|
|
|
|
msgid "Contributing"
|
|
msgstr "Contributing"
|
|
|
|
msgid ""
|
|
"Developers wishing to work on the OpenStack-Helm project should always base "
|
|
"their work on the latest code, available from the OpenStack-Helm git "
|
|
"repository."
|
|
msgstr ""
|
|
"Developers wishing to work on the OpenStack-Helm project should always base "
|
|
"their work on the latest code, available from the OpenStack-Helm git "
|
|
"repository."
|
|
|
|
msgid ""
|
|
"Functions for Helm specific operations, found in helm.sh. These functions "
|
|
"include: installing Helm, serving a Helm repository locally, linting and "
|
|
"building all Helm charts, running Helm tests on a release, installing the "
|
|
"helm template plugin, and running the helm template plugin against a chart."
|
|
msgstr ""
|
|
"Functions for Helm specific operations, found in helm.sh. These functions "
|
|
"include: installing Helm, serving a Helm repository locally, linting and "
|
|
"building all Helm charts, running Helm tests on a release, installing the "
|
|
"helm template plugin, and running the helm template plugin against a chart."
|
|
|
|
msgid ""
|
|
"Functions for Kubernetes specific operations, found in kube.sh. These "
|
|
"functions include: waiting for pods in a specific namespace to register as "
|
|
"ready, waiting for all nodes to register as ready, install the requirements "
|
|
"for the kubeadm-aio container used in the gates, building the kubeadm-aio "
|
|
"container, launching the kubeadm-aio container, and replacing the kube-"
|
|
"controller-manager with a specific image necessary for ceph functionality."
|
|
msgstr ""
|
|
"Functions for Kubernetes specific operations, found in kube.sh. These "
|
|
"functions include: waiting for pods in a specific namespace to register as "
|
|
"ready, waiting for all nodes to register as ready, install the requirements "
|
|
"for the kubeadm-aio container used in the gates, building the kubeadm-aio "
|
|
"container, launching the kubeadm-aio container, and replacing the kube-"
|
|
"controller-manager with a specific image necessary for Ceph functionality."
|
|
|
|
msgid ""
|
|
"Functions for OpenStack specific operations, found in openstack.sh. These "
|
|
"functions include: waiting for a successful ping, and waiting for a booted "
|
|
"virtual machine's status to return as ACTIVE."
|
|
msgstr ""
|
|
"Functions for OpenStack specific operations, found in openstack.sh. These "
|
|
"functions include: waiting for a successful ping, and waiting for a booted "
|
|
"virtual machine's status to return as ACTIVE."
|
|
|
|
msgid "Functions for common host preparation operations, found in common.sh"
|
|
msgstr "Functions for common host preparation operations, found in common.sh"
|
|
|
|
msgid ""
|
|
"Functions for network specific operations, found in network.sh. These "
|
|
"functions include: creating a backup of the host's resolv.conf file before "
|
|
"deploying the kubeadm environments, restoring the original resolv.conf "
|
|
"settings, creating a backup of the host's /etc/hosts file before adding the "
|
|
"hosts interface and address, and restoring the original /etc/hosts file."
|
|
msgstr ""
|
|
"Functions for network specific operations, found in network.sh. These "
|
|
"functions include: creating a backup of the host's resolv.conf file before "
|
|
"deploying the kubeadm environments, restoring the original resolv.conf "
|
|
"settings, creating a backup of the host's /etc/hosts file before adding the "
|
|
"hosts interface and address, and restoring the original /etc/hosts file."
|
|
|
|
msgid "Gate Checks"
|
|
msgstr "Gate Checks"
|
|
|
|
msgid "Gate Functions"
|
|
msgstr "Gate Functions"
|
|
|
|
msgid "Gate Output"
|
|
msgstr "Gate Output"
|
|
|
|
msgid "Indices and Tables"
|
|
msgstr "Indices and Tables"
|
|
|
|
msgid "Installation and Development"
|
|
msgstr "Installation and Development"
|
|
|
|
msgid ""
|
|
"Join us on `IRC <irc://chat.oftc.net/openstack-helm>`_: #openstack-helm on "
|
|
"oftc"
|
|
msgstr ""
|
|
"Join us on `IRC <irc://chat.oftc.net/openstack-helm>`_: #openstack-helm on "
|
|
"oftc"
|
|
|
|
msgid ""
|
|
"Join us on `Slack <https://kubernetes.slack.com/messages/C3WERB7DE/>`_ - "
|
|
"#openstack-helm"
|
|
msgstr ""
|
|
"Join us on `Slack <https://kubernetes.slack.com/messages/C3WERB7DE/>`_ - "
|
|
"#openstack-helm"
|
|
|
|
msgid ""
|
|
"Meeting Agenda Items: `Agenda <https://etherpad.openstack.org/p/openstack-"
|
|
"helm-meeting-agenda>`_"
|
|
msgstr ""
|
|
"Meeting Agenda Items: `Agenda <https://etherpad.openstack.org/p/openstack-"
|
|
"helm-meeting-agenda>`_"
|
|
|
|
msgid "Mission"
|
|
msgstr "Mission"
|
|
|
|
msgid "OpenStack-Helm"
|
|
msgstr "OpenStack-Helm"
|
|
|
|
msgid "OpenStack-Helm Gates"
|
|
msgstr "OpenStack-Helm Gates"
|
|
|
|
msgid "OpenStack-Helm currently checks the following scenarios:"
|
|
msgstr "OpenStack-Helm currently checks the following scenarios:"
|
|
|
|
msgid ""
|
|
"OpenStack-Helm's single node and multinode gates leverage the kubeadm-aio "
|
|
"environment created and maintained for use as a development environment. "
|
|
"All information regarding the kubeadm-aio environment can be found here_."
|
|
msgstr ""
|
|
"OpenStack-Helm's single node and multinode gates leverage the kubeadm-aio "
|
|
"environment created and maintained for use as a development environment. "
|
|
"All information regarding the kubeadm-aio environment can be found here_."
|
|
|
|
msgid ""
|
|
"Please review our `documentation <https://docs.openstack.org/openstack-helm/"
|
|
"latest/>`_. For quick installation, evaluation, and convenience, we have a "
|
|
"kubeadm based all-in-one solution that runs in a Docker container. The "
|
|
"Kubeadm-AIO set up can be found `here <https://docs.openstack.org/openstack-"
|
|
"helm/latest/install/developer/index.html>`_."
|
|
msgstr ""
|
|
"Please review our `documentation <https://docs.openstack.org/openstack-helm/"
|
|
"latest/>`_. For quick installation, evaluation, and convenience, we have a "
|
|
"kubeadm based all-in-one solution that runs in a Docker container. The "
|
|
"Kubeadm-AIO set up can be found `here <https://docs.openstack.org/openstack-"
|
|
"helm/latest/install/developer/index.html>`_."
|
|
|
|
msgid ""
|
|
"Provisioning a multi-node Ubuntu-1604 cluster and deploying the OpenStack "
|
|
"services. This check is provided for both a two node cluster and a three "
|
|
"node cluster."
|
|
msgstr ""
|
|
"Provisioning a multi-node Ubuntu-1604 cluster and deploying the OpenStack "
|
|
"services. This check is provided for both a two node cluster and a three "
|
|
"node cluster."
|
|
|
|
msgid ""
|
|
"Provisioning a single node cluster and deploying the OpenStack services. "
|
|
"This check is provided for: Ubuntu-1604, CentOS-7, and Fedora-25."
|
|
msgstr ""
|
|
"Provisioning a single node cluster and deploying the OpenStack services. "
|
|
"This check is provided for: Ubuntu-1604, CentOS-7, and Fedora-25."
|
|
|
|
msgid "Repository"
|
|
msgstr "Repository"
|
|
|
|
msgid ""
|
|
"Running Make on each chart, which lints and packages the charts. This gate "
|
|
"does not stand up a Kubernetes cluster."
|
|
msgstr ""
|
|
"Running Make on each chart, which lints and packages the charts. This gate "
|
|
"does not stand up a Kubernetes cluster."
|
|
|
|
msgid ""
|
|
"Some services in the gate require specific overrides to the default values "
|
|
"in the chart's values.yaml file. If a service requires multiple overrides "
|
|
"to function in the gate, the service should include a separate values.yaml "
|
|
"file placed in the tools/overrides/mvp directory. The <service>.yaml MVP "
|
|
"files provide a configuration file to use for overriding default "
|
|
"configuration values in the chart's values.yaml as an alternative to "
|
|
"overriding individual values during installation. A chart that requires a "
|
|
"MVP overrides file requires the following format:"
|
|
msgstr ""
|
|
"Some services in the gate require specific overrides to the default values "
|
|
"in the chart's values.yaml file. If a service requires multiple overrides "
|
|
"to function in the gate, the service should include a separate values.yaml "
|
|
"file placed in the tools/overrides/mvp directory. The <service>.yaml MVP "
|
|
"files provide a configuration file to use for overriding default "
|
|
"configuration values in the chart's values.yaml as an alternative to "
|
|
"overriding individual values during installation. A chart that requires a "
|
|
"MVP overrides file requires the following format:"
|
|
|
|
msgid "Storyboard"
|
|
msgstr "Storyboard"
|
|
|
|
msgid "Testing any documentation changes and impacts."
|
|
msgstr "Testing any documentation changes and impacts."
|
|
|
|
msgid ""
|
|
"The K8s directory contains the logs and output of the Kubernetes objects. "
|
|
"It includes: pods, nodes, secrets, services, namespaces, configmaps, "
|
|
"deployments, daemonsets, and statefulsets. Descriptions for the state of "
|
|
"all resources during execution are found here, and this information can "
|
|
"prove valuable when debugging issues raised during a check. When a single "
|
|
"node or multi-node check fails, this is the first place to look. The logs "
|
|
"found here are helpful when the templates render correctly, but the services "
|
|
"are not functioning correctly, whether due to service configuration issues "
|
|
"or issues with the pods themselves."
|
|
msgstr ""
|
|
"The K8s directory contains the logs and output of the Kubernetes objects. "
|
|
"It includes: pods, nodes, secrets, services, namespaces, configmaps, "
|
|
"deployments, daemonsets, and statefulsets. Descriptions for the state of "
|
|
"all resources during execution are found here, and this information can "
|
|
"prove valuable when debugging issues raised during a check. When a single "
|
|
"node or multi-node check fails, this is the first place to look. The logs "
|
|
"found here are helpful when the templates render correctly, but the services "
|
|
"are not functioning correctly, whether due to service configuration issues "
|
|
"or issues with the pods themselves."
|
|
|
|
msgid ""
|
|
"The dry-runs directory contains the rendered output of Helm dry-run installs "
|
|
"on each of the OpenStack service charts. This gives visibility into the "
|
|
"manifests created by the templates with the supplied values. When the dry-"
|
|
"run gate fails, the reason should be apparent in the dry-runs output. The "
|
|
"logs found here are helpful in identifying issues resulting from using helm-"
|
|
"toolkit functions incorrectly or other rendering issues with gotpl."
|
|
msgstr ""
|
|
"The dry-runs directory contains the rendered output of Helm dry-run installs "
|
|
"on each of the OpenStack service charts. This gives visibility into the "
|
|
"manifests created by the templates with the supplied values. When the dry-"
|
|
"run gate fails, the reason should be apparent in the dry-runs output. The "
|
|
"logs found here are helpful in identifying issues resulting from using helm-"
|
|
"toolkit functions incorrectly or other rendering issues with gotpl."
|
|
|
|
msgid ""
|
|
"The goal of OpenStack-Helm is to provide a collection of Helm charts that "
|
|
"simply, resiliently, and flexibly deploy OpenStack and related services on "
|
|
"Kubernetes."
|
|
msgstr ""
|
|
"The goal of OpenStack-Helm is to provide a collection of Helm charts that "
|
|
"simply, resiliently, and flexibly deploy OpenStack and related services on "
|
|
"Kubernetes."
|
|
|
|
msgid ""
|
|
"The nodes directory contains information about the node the gate tests are "
|
|
"running on in openstack-infra. This includes: the network interfaces, the "
|
|
"contents of iptables, the host's resolv.conf, and the kernel IP routing "
|
|
"table. These logs can be helpful when trying to identify issues with host "
|
|
"networking or other issues at the node level."
|
|
msgstr ""
|
|
"The nodes directory contains information about the node the gate tests are "
|
|
"running on in openstack-infra. This includes: the network interfaces, the "
|
|
"contents of iptables, the host's resolv.conf, and the kernel IP routing "
|
|
"table. These logs can be helpful when trying to identify issues with host "
|
|
"networking or other issues at the node level."
|
|
|
|
msgid ""
|
|
"This project is under active development. We encourage anyone interested in "
|
|
"OpenStack-Helm to review our `Installation <https://docs.openstack.org/"
|
|
"openstack-helm/latest/install/index.html>`_ documentation. Feel free to ask "
|
|
"questions or check out our current `Storyboard backlog <https://storyboard."
|
|
"openstack.org/#!/project_group/64>`_."
|
|
msgstr ""
|
|
"This project is under active development. We encourage anyone interested in "
|
|
"OpenStack-Helm to review our `Installation <https://docs.openstack.org/"
|
|
"openstack-helm/latest/install/index.html>`_ documentation. Feel free to ask "
|
|
"questions or check out our current `Storyboard backlog <https://storyboard."
|
|
"openstack.org/#!/project_group/64>`_."
|
|
|
|
msgid "This results in the gate running the following:"
|
|
msgstr "This results in the gate running the following:"
|
|
|
|
msgid ""
|
|
"To evaluate a multinode installation, follow the `Bare Metal <https://docs."
|
|
"openstack.org/openstack-helm/latest/install/multinode.html>`_ install guide."
|
|
msgstr ""
|
|
"To evaluate a multinode installation, follow the `Bare Metal <https://docs."
|
|
"openstack.org/openstack-helm/latest/install/multinode.html>`_ install guide."
|
|
|
|
msgid ""
|
|
"To facilitate ease of testing and debugging, information regarding gates and "
|
|
"their functionality can be found here."
|
|
msgstr ""
|
|
"To facilitate ease of testing and debugging, information regarding gates and "
|
|
"their functionality can be found here."
|
|
|
|
msgid ""
|
|
"To provide meaningful output from the gates, all information pertaining to "
|
|
"the components of the cluster and workflow are output to the logs directory "
|
|
"inside each gate. The contents of the log directory are as follows:"
|
|
msgstr ""
|
|
"To provide meaningful output from the gates, all information pertaining to "
|
|
"the components of the cluster and workflow are output to the logs directory "
|
|
"inside each gate. The contents of the log directory are as follows:"
|
|
|
|
msgid ""
|
|
"To provide reusable components for gate functionality, functions have been "
|
|
"provided in the gates/funcs directory. These functions include:"
|
|
msgstr ""
|
|
"To provide reusable components for gate functionality, functions have been "
|
|
"provided in the gates/funcs directory. These functions include:"
|
|
|
|
msgid ""
|
|
"We welcome contributions. Check out `this <CONTRIBUTING.rst>`_ document if "
|
|
"you would like to get involved."
|
|
msgstr ""
|
|
"We welcome contributions. Check out `this <CONTRIBUTING.rst>`_ document if "
|
|
"you would like to get involved."
|
|
|
|
msgid "Welcome to OpenStack-Helm's documentation!"
|
|
msgstr "Welcome to OpenStack-Helm's documentation!"
|
|
|
|
msgid ""
|
|
"`OpenStack-Helm git repository <https://opendev.org/openstack/openstack-helm/"
|
|
">`_"
|
|
msgstr ""
|
|
"`OpenStack-Helm git repository <https://opendev.org/openstack/openstack-helm/"
|
|
">`_"
|