Ajout des vagrantfiles au dépôt.

This commit is contained in:
Guillaume Emorine
2024-11-28 12:02:52 +01:00
parent 996e230d44
commit 4a4ba1214f
192 changed files with 1690 additions and 0 deletions

View File

@@ -0,0 +1 @@
1.5:35f64d83-7490-41b5-a550-6e367b96e17d

View File

@@ -0,0 +1 @@
{"name":"ubuntu/jammy64","version":"20241002.0.0","provider":"virtualbox","directory":"boxes/ubuntu-VAGRANTSLASH-jammy64/20241002.0.0/virtualbox"}

View File

@@ -0,0 +1 @@
{"disk":[{"uuid":"1bcfb682-3aaa-43ad-b23e-4f8da3ce50b1","port":"0","device":"0","name":"vagrant_primary","controller":"SCSI"}],"floppy":[],"dvd":[]}

View File

@@ -0,0 +1 @@
35f64d83-7490-41b5-a550-6e367b96e17d

View File

@@ -0,0 +1 @@
3bf87bcc369849dcb7da392fd3272b15

View File

@@ -0,0 +1,8 @@
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAA
AAtzc2gtZWQyNTUxOQAAACDSwuX83se5vNzj901ziszg7E8EvQvQ9Vq5zp2N
AM3nKQAAAJAeFtzZHhbc2QAAAAtzc2gtZWQyNTUxOQAAACDSwuX83se5vNzj
901ziszg7E8EvQvQ9Vq5zp2NAM3nKQAAAEA4osYLG6mX/Uesdb3XmxVr67Q1
xiXvOAXaOCw+GBspltLC5fzex7m83OP3TXOKzODsTwS9C9D1WrnOnY0Azecp
AAAAB3ZhZ3JhbnQBAgMEBQY=
-----END OPENSSH PRIVATE KEY-----

View File

@@ -0,0 +1 @@
{"virtualbox":{"/vagrant":{"guestpath":"/vagrant","hostpath":"/home/guillaume.emorine/vagrant/open-nebula","disabled":false,"__vagrantfile":true}}}

View File

@@ -0,0 +1 @@
/home/guillaume.emorine/vagrant/open-nebula

View File

@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end