[PVE-User] unattended PVE server installation
Vadim Bulst
vadim.bulst at bbz.uni-leipzig.de
Tue Jan 10 10:27:30 CET 2017
Hi Emmanuel,
thanks for your playbook. I'll give it a shoot and get back to you.
Cheers,
Vadim
Am 10.01.2017 um 09:20 schrieb Emmanuel Kasper:
>
> On 01/09/2017 07:04 PM, Vadim Bulst wrote:
>> Hi Jeff,
>>
>> i totally agree! I also tried to deploy PVE via Puppet:
>>
>> class urzpvesrv (
>>
>> ) inherits urzpvesrv::params {
>>
>> package { 'systemd-sysv':
>> ensure => 'installed',
>> provider => 'apt',
>> }
>> package { 'ksm-control-daemon':
>> ensure => 'installed',
>> provider => 'apt',
>> }
>> package { 'open-iscsi':
>> ensure => 'installed',
>> provider => 'apt',
>> }
>> package { 'proxmox-ve':
>> ensure => 'installed',
>> provider => 'apt',
>> install_options => ['--force-yes','-y'],
>> require =>
>> Package['open-iscsi','ksm-control-daemon','systemd-sysv'],
>> notify => Reboot['rebootafterpveinst'],
>> }
>> reboot { 'rebootafterpveinst':
>> apply => 'finished',
>> }
>>
>> }
>>
>>
>> But no luck eighter!
>>
>> Proxmox-ve is a virtual package. Shell I try to install them one by one?
>> I think there is to much interactive configuration going on in these
>> packages.
>>
>> Is somebody deploying PVE unattended? What do you use? How things go?
> Hi
>
> I am using ansible to deploy PVE unattended on top of a debian system.
> see
> https://github.com/EmmanuelKasper/pveCluster/blob/master/playbook.yml
> for the ansible playbook
>
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
More information about the pve-user
mailing list