Last active
August 22, 2025 15:24
-
-
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: br0 ## 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: br0 | |
| storage: | |
| ceph: | |
| - path: /dev/sdb | |
| - path: /dev/sdc | |
| - name: MicroCloud-03 | |
| address: 192.168.100.103 | |
| ovn_uplink_interface: br0 | |
| 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. | |
| ## bro dengan slave nya adalah enp1s0 ==> jadi IP 192.168.124.0/24 di configurated pada br0 | |
| ######################################################## | |
| ## Network interface to connect to the uplink network | |
| # MicroCloud requires one network interface for connecting OVN to the uplink network. | |
| # This network interface must either be an unused interface that does not have an IP address configured, or a bridge. | |
| # MicroCloud configures this interface as an uplink interface that provides external connectivity to the MicroCloud cluster. | |
| # https://documentation.ubuntu.com/microcloud/latest/microcloud/reference/requirements/ |
Author
Author
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