generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c0308c
commit 58ab398
Showing
2 changed files
with
66 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## DCP PROD | ||
export PROXMOX_URL="https://87.106.167.195:8006/api2/json" | ||
export PROXMOX_USERNAME='root@pam!capmox' | ||
export PROXMOX_TOKEN="9ccab4da-ed79-40df-a3bb-8cc7ef6cfad9" | ||
export PROXMOX_NODE="pve" | ||
export PROXMOX_ISO_POOL="local" | ||
export PROXMOX_BRIDGE="vmbr1" | ||
export PROXMOX_STORAGE_POOL="pmxpool01" | ||
|
||
## TXL | ||
export PROXMOX_URL="https://txl-ceph01.txl.profitbricks.net:8006/api2/json" | ||
export PROXMOX_USERNAME='root@pam!capmox' | ||
export PROXMOX_TOKEN="8fefd37b-6c77-41c8-af39-e497abc81732" | ||
export PROXMOX_NODE="txl-ceph01" | ||
export PROXMOX_ISO_POOL="iso-images" | ||
export PROXMOX_BRIDGE="vmbr29" | ||
export PROXMOX_STORAGE_POOL="rbd_pool_rbd" | ||
|
||
|
||
# stg | ||
export PROXMOX_URL="https://stg-ceph01.stg.profitbricks.net:8006/api2/json" | ||
export PROXMOX_USERNAME='root@pam!capi' | ||
export PROXMOX_TOKEN="0c780984-34da-43af-bc94-dd95dd8da101" | ||
export PROXMOX_NODE="stg-ceph01" | ||
export PROXMOX_ISO_POOL="iso-images" | ||
export PROXMOX_BRIDGE="vmbr128" | ||
export PROXMOX_STORAGE_POOL="rbd_pool_rbd" | ||
|
||
|
||
## flatcar | ||
export FLATCAR_VERSION=4081.1.0 | ||
export FLATCAR_CHANNEL=beta | ||
export OEM_ID=nutanix | ||
|
||
"additional_iso_files": [ | ||
{ | ||
"device": "ide0", | ||
"iso_storage_pool": "{{user `iso_storage_pool`}}", | ||
"cd_files": ["{{user `http_directory`}}/{{user `version`}}/*"], | ||
"cd_label": "cidata", | ||
"unmount": true | ||
} | ||
], | ||
|
||
|
||
I am closing this issue since using the following config can achieve offline installation in autoinstall.yaml | ||
|
||
apt: | ||
disable_components: [] | ||
primary: [] | ||
fallback: offline-install | ||
preserve_sources_list: false | ||
|
||
|
||
https://www.aerialls.eu/posts/ubuntu-server-2204-image-packer-subiquity-for-proxmox/ | ||
|
||
|
||
https://blog.devgenius.io/automate-your-proxmox-with-packer-dff95222cfe8 | ||
|
||
https://forum.proxmox.com/threads/using-packer-to-deploy-ubuntu-20-04-to-proxmox.104275/ |
This file contains 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