You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Makefile to build multiple version builds
* Fix up CRC deployment instructions
Clean up the CRC development environment deployment instructions.
Enabling the cluster monitoring within the environment is required due
to use of oauth-proxy, which is provided as part of the built in cluster
monitoring.
I also cleaned up the procedure a bit to not duplicate information and
remove procedure steps from the concept portion of the documentation.
This only affects the upstream documentation as this section is not
rendered downstream.
* Update doc-Service-Telemetry-Framework/modules/con_development-environment-resource-requirements.adoc
Co-authored-by: JoanneOFlynn2018 <[email protected]>
Co-authored-by: JoanneOFlynn2018 <[email protected]>
asciidoctor -a source-highlighter=highlightjs -a highlightjs-languages="yaml,bash" -a highlightjs-theme="monokai" --failure-level WARN -a build=$(BUILD) -b xhtml5 -d book -o $@$<
56
+
asciidoctor -a source-highlighter=highlightjs -a highlightjs-languages="yaml,bash" -a highlightjs-theme="monokai" --failure-level WARN -a build=$(BUILD) -a vernum=17.0 -b xhtml5 -d book -o $@$<
57
+
58
+
$(DEST_HTML_170): $(SOURCES)
59
+
asciidoctor -a source-highlighter=highlightjs -a highlightjs-languages="yaml,bash" -a highlightjs-theme="monokai" --failure-level WARN -a build=$(BUILD) -a vernum=17.0 -b xhtml5 -d book -o $@$<
60
+
61
+
$(DEST_HTML_162): $(SOURCES)
62
+
asciidoctor -a source-highlighter=highlightjs -a highlightjs-languages="yaml,bash" -a highlightjs-theme="monokai" --failure-level WARN -a build=$(BUILD) -a vernum=16.2 -b xhtml5 -d book -o $@$<
49
63
50
64
$(DEST_HTML_13): $(SOURCES)
51
65
asciidoctor -a source-highlighter=highlightjs -a highlightjs-languages="yaml,bash" -a highlightjs-theme="monokai" --failure-level WARN -a build=$(BUILD) -a vernum=13 -b xhtml5 -d book -o $@$<
You can create an all-in-one development environment for {ProjectShort} locally by using https://code-ready.github.io/crc/[CodeReady Containers]. The installation process of CodeReady Containers (CRC) is available at https://code-ready.github.io/crc/#installation_gsg.
33
32
@@ -37,25 +36,24 @@ The https://code-ready.github.io/crc/#minimum-system-requirements-hardware_gsg[m
37
36
* 64 GB of memory
38
37
* 80 GB of storage space
39
38
40
-
After you complete the installation of CRC, use the `crc start` command to start your environment. The recommended minimum system resources for running {ProjectShort} in CodeReady Containers is 48 GB of memory and 8 virtual CPU cores:
39
+
.Procedure
41
40
42
-
[source,bash]
41
+
. After you complete the installation of CRC, you must enable cluster monitoring in the CRC environment:
42
+
+
43
+
[source,bash,options="nowrap"]
43
44
----
44
-
crc start --memory=49152 --cpus=8
45
+
$ crc config set enable-cluster-monitoring true
46
+
Successfully configured enable-cluster-monitoring to true
45
47
----
46
48
47
-
If you have an existing environment, delete it, and recreate it to ensure that the resource requests have an effect.
48
-
49
-
.Procedure
50
-
51
-
. Enter the `crc delete` command.
49
+
. If you have an existing environment, delete it, and recreate it to ensure that the resource requests have an effect. Enter the `crc delete` command:
52
50
+
53
51
[source,bash]
54
52
----
55
53
crc delete
56
54
----
57
55
58
-
. Run the `crc start` command to create your environment:
56
+
. Use the `crc start` command to start your environment. The recommended minimum system resources for running {ProjectShort} in CRC is 48 GB of memory and 8 virtual CPU cores:
Copy file name to clipboardExpand all lines: doc-Service-Telemetry-Framework/modules/proc_deploying-to-non-standard-network-topologies.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ If your nodes are on a separate network from the default `InternalApi` network,
6
6
7
7
8
8
// TODO: remove this after OSP13 z13 since it will no longer be necessary.
9
-
If you use {ProjectShort} with {OpenStack} ({OpenStackShort}) {OpenStackVersion} and plan to monitor your Ceph, Block, or Object Storage nodes, you must make configuration changes that are similar to the configuration changes that you make to the spine-leaf and DCN network configuration. To monitor Ceph nodes, use the `CephStorageExtraConfig` parameter to define which network interface to load into the {MessageBus} and collectd configuration files.
9
+
If you use {ProjectShort} with {OpenStack} ({OpenStackShort}) {OpenStackVersion} and plan to monitor your Ceph, Block, or Object Storage nodes, you must make configuration changes that are similar to the configuration changes that you make to the spine-leaf and DCN network configuration. To monitor Ceph nodes, use the `CephStorageExtraConfig` parameter to define which network interface to load into the {MessageBus} and collectd configuration files.
0 commit comments