Search results

  1. C

    API call for notes

    Thanks I was looking for notes in the API browser now I found it
  2. C

    [SOLVED] API to access VM Notes

    thanks I was also looking for notes
  3. C

    API call for notes

    Hi I looked through the API calls and was wondering if there is one for adding the notes to the VM as I cant seem to see one thanks
  4. C

    Finally Cloudbase Init windows servers

    It should still work well the NoCloud does for sure let me test with the Configdrive and make some changes if needed Then I will submit the code . Probably next week as so busy lol I also have a document with the info about the config files on the Windows side and the correct way to install...
  5. C

    Separate Management Network

    Ok thanks for that one issue i found not in the wiki is when you separate the corosync you need to add Firewall rules for the corosync at the datacenter else the cluster will lose communications might be good to add that to the wiki if you have time thanks
  6. C

    Separate Management Network

    We are just installing our Test system and we are looking eth0 Public Bridge for VM eth1 Private Bridge for VM eth3 Management eth4 Corosync eth5 Storage I assume that the eth3 4 and 5 don't need to be a bridge ? Oh and BTW what interface does the replication traffic use by default...
  7. C

    Finally Cloudbase Init windows servers

    OK I finally got some things to Work using Cloudbase-init 0.9.11 eg the current stable Here is what works Extending the Disks Setting up the network Setting the hostname Enabling WRM if you need that Setting the Password ( but it can only support Plain Text Password ) so the hash in...
  8. C

    Public IPs vs dedicated IPs

    I doubt better performance what we do in this case is each if the VM have a private Nic . Or 2 eg front and back and we have Vlans for that So Web server to DB server over private Or Proxy Server to Web server over private and Web server to DB or Apps server over private Then only the...
  9. C

    AWS-like security groups in Proxmox

    Yes I use them all the time and scripted it all through the API to make it a little like the AWS one Create a vm and and apply a default security group Then in the customer interface they can make a security group or more than one They add rules to the group Then they assign there VM to the...
  10. C

    Windows guest VM with cloudbase init

    haha looks like you are doing the same as me from your username you in Vietnam if so we are nearly neighbors as we are in Singapore Any way I got a few things to work User and password not working I get like Cannot set the password in the metadata as it is not supported by this service maybe...
  11. C

    cloud init CentOS 6

    maybe cloud-utils-growpart not working or not installed for centos 6
  12. C

    Is there some trick after I edit a Perl module

    I m still tracking down the Cloud-init for windows issue and I found if I manually create the ISO using genisoimage I need to pass it -iso-level 3 else it does not work So I looked in the proxmox server and found /usr/share/perl5/PVE/QemuServer/Cloudinit.pm...
  13. C

    cloud init CentOS 6

    sorry you are right Full updates May 10th, 2017 Maintenance November 30th, 2020 We stopped support it some time ago so I was mistaken
  14. C

    Windows 2012 R2 Cloud-Init

    sorry about that I posted when I had not finished and cant see how to remove any why I made my down CD attached it to windows and it works The layout is like openstack/latest and there is a meta_data.json in the latest folder Now it finds the drive INFO...
  15. C

    Windows 2012 R2 Cloud-Init

    OK finally go somewhere the problem is Windows Cloud init cant find the configure drive I made my own cloud-init drive with a drive label config-2 and a layout like openstack if label and label.lower() == CONFIG_DRIVE_LABEL and \ os.path.exists(os.path.join(drive...
  16. C

    cloud init CentOS 6

    Debian 9 also needs the newer one try the one from buster it works for me wget http://ftp.us.debian.org/debian/pool/main/c/cloud-init/cloud-init_18.3-3_all.deb apt-get install python3-jsonschema dpkg -i cloud-init_18.3-3_all.deb Not sure why you want to support the EOL editions and I have...
  17. C

    cloud init CentOS 6

    you need newer one for Centos 7 I updated to 1.8.x all works good they are dev packages though I see there are some for 6 https://copr-be.cloud.fedoraproject.org/results/%40cloud-init/cloud-init-dev/ maybe this will work for you...
  18. C

    Windows 2012 R2 Cloud-Init

    I just tried to build my own image and set the drive to citype: configdrive2 but for some reason its not working in the debug output it cant open the iso I m not sure why yet If I find anything I will let you know
  19. C

    Install latest cloudInit version on Debian Stretch?

    I tried the buster version in stretch it works password etc