|
|
@@ -53,7 +53,7 @@ machine:
|
|
|
# - '!10.0.0.3/32'
|
|
|
# - fdc7::/16
|
|
|
# Provides machine specific network configuration options.
|
|
|
- network: {}
|
|
|
+ network:
|
|
|
# # `interfaces` is used to define the network interface configuration.
|
|
|
# interfaces:
|
|
|
# - interface: enp0s1 # The interface name.
|
|
|
@@ -145,9 +145,9 @@ machine:
|
|
|
# # ip: 172.16.199.55 # Specifies the IP address to be used.
|
|
|
|
|
|
# # Used to statically set the nameservers for the machine.
|
|
|
- # nameservers:
|
|
|
- # - 8.8.8.8
|
|
|
- # - 1.1.1.1
|
|
|
+ nameservers:
|
|
|
+ - 192.168.1.87
|
|
|
+ - 192.168.1.1
|
|
|
|
|
|
# # Allows for extra entries to be added to the `/etc/hosts` file
|
|
|
# extraHostEntries:
|
|
|
@@ -365,11 +365,7 @@ machine:
|
|
|
# # Configures the node labels for the machine.
|
|
|
|
|
|
# # node labels example.
|
|
|
- nodeLabels:
|
|
|
- ceph-osd-node: true
|
|
|
- ceph-mon-node: false
|
|
|
- ceph-mgr-node: false
|
|
|
- ceph-rgw-node: false
|
|
|
+
|
|
|
# Provides cluster specific configuration options.
|
|
|
cluster:
|
|
|
id: DnLy-yXXaIqQRaELsr5VZj-rnVj7jUxyyv69GkmgDIQ= # Globally unique identifier for this cluster (base64 encoded random 32 bytes).
|