Last active
August 7, 2025 02:34
-
-
Save muhamad-ridwant-tech/e0296faaa93024ef371a4cc319f044b6 to your computer and use it in GitHub Desktop.
MicroCloud Preseed yaml file for automation initialize Non-interactive configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initiator_address: 192.168.100.101 ## Alamat node initiator (Isolated network) | |
session_passphrase: H1dUPJkvv!1!1 ## Passphrase to join microcloud (Pastikan dibaca dengan lantang!!) | |
session_timeout: 500 ## Timeout promt dalam satuan detik | |
systems: | |
- name: MicroCloud-01 ## Hostname (Pastikan sesuai $hostnamectl) | |
address: 192.168.100.101 ## Addr Isolated network | |
ovn_uplink_interface: enp1s0 ## interface Internet Network (Pastikan sesuai interface naming) | |
storage: | |
ceph: ## list disk yang akan digunakan oleh Ceph OSD | |
- path: /dev/sdb ## Pastikan alamat path sesuai dengan ($lsblk) | |
- path: /dev/sdc | |
- name: MicroCloud-02 | |
address: 192.168.100.102 | |
ovn_uplink_interface: enp1s0 | |
storage: | |
ceph: | |
- path: /dev/sdb | |
- path: /dev/sdc | |
- name: MicroCloud-03 | |
address: 192.168.100.103 | |
ovn_uplink_interface: enp1s0 | |
storage: | |
ceph: | |
- path: /dev/sdb | |
- path: /dev/sdc | |
ovn: | |
ipv4_gateway: 192.168.124.1/24 ## Gateway Interface untuk Internet | |
ipv4_range: 192.168.124.150-192.168.124.200 | |
dns_servers: 192.168.124.1,8.8.8.8 | |
### Keterangan terkait Network : | |
## enp1s0 dengan segment 192.168.124.0/24 = internet / provider network. | |
## enp5s0 dengan segment 192.168.100.0/24 = local / isoalted network. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details :
https://blog.ridwan.pro/2025/08/automated-installation-initialization.html