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
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
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
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
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
@@ -905,7 +905,6 @@ label.migrate.router.to=Migreer Router naar
label.migrate.systemvm.to=Migreer Systeem VM naar
label.migrate.to.host=Migreer naar host
label.migrate.to.storage=Migreer naar opslag
label.migrate.volume=Migreer volume naar andere primaire opslag
label.minimum=Minimum
label.min.instances=Min Instances
label.minute.past.hour=Minuten na het uur
Expand Down
Expand Up
@@ -1588,7 +1587,6 @@ message.add.load.balancer.under.ip=De loadbalancer regel is toegeovegd onder IP
message.add.load.balancer=Voeg load balancer toe aan zone
message.add.network=Voeg nieuw netwerk toe aan zone\: <b><span id\="zone_name"></span></b>
message.add.new.gateway.to.vpc=Specificeer de volgende informatie om een nieuwe gateway toe te voegen aan deze VPC.
message.add.pod.during.zone.creation=Elke zone moet \u00e9\u00e9n of meerdere pods hebben, de eerste pod gaan we nu toevoegen. Een pod bevat de hosts en primaire opslag servers welke we in een van de volgende stappen toevoegen. Allereerst dient u een reeks gereserveerde IP adressen te defini\u00ebren voor CloudStack&\#39s management verkeer. Deze gereserveerde IP reeks moet uniek zijn voor elke zone in de cloud.
message.add.pod=Voeg een nieuwe pod toe aan zone <b><span id\="add_pod_zone_name"></span></b>
message.add.primary=Specificeer de volgende parameters om nieuwe primaire opslag toe te voegen
message.add.primary.storage=Voeg nieuwe primaire opslag toe voor zone <b><span id\="zone_name"></span></b>, pod <b><span id\="pod_name"></span></b>
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
@@ -803,7 +803,6 @@ label.migrate.router.to=Migrar Roteador para
label.migrate.systemvm.to=Migrar VM de sistema para
label.migrate.to.host=Migrar para outro host
label.migrate.to.storage=Migrar para storage
label.migrate.volume=Migrar volume para outro storage prim\u00e1rio
label.minimum=M\u00ed\u00adnimo
label.minute.past.hour=minuto(s) \u00daltima hora
label.mode=Modo
Expand Down
Expand Up
@@ -1389,7 +1388,6 @@ message.add.load.balancer.under.ip=A regra do balanceador de carga foi adicionad
message.add.network=Add a new network for zone\: <b><span id\="zone_name"></span></b>
message.add.new.gateway.to.vpc=Favor especificar a informa\u00e7\u00e3o para adicionar um novo gateway a esta VPC.
message.add.pod=Add a new pod for zone <b><span id\="add_pod_zone_name"></span></b>
message.add.pod.during.zone.creation=Cada zona deve conter um ou mais pods e iremos adicionar o primeiro pod agora. Um pod cont\u00e9m hosts e servidores de storage prim\u00e1rio que ser\u00e3o adicionados em uma etapa posterior. Inicialmente, configure um intervalo de endere\u00e7os IP reservados para o tr\u00e1fego de gerenciamento interno do CloudStack. A faixa de IP reservados devem ser \u00fanicos para cada zona na nuvem.
message.add.primary=Especifique os seguintes par\u00e2metros para adicionar um novo Storage prim\u00e1rio.
message.add.primary.storage=Adicionar novo Storage prim\u00e1rio \u00c3\u00a0 zona <b><span id\="zone_name"></span></b>, pod <b><span id\="pod_name"></span></b>
message.add.region=Por favor, especifique as informa\u00e7\u00f5es necess\u00e1rias para adicionar uma nova regi\u00e3o.
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
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
log_it "/dev/vport0p1 not loaded, perhaps guest kernel is too old." && exit 2
fi
while read line; do
if [[ $line == cmdline:* ]]; then
cmd=${line//cmdline:/}
echo $cmd > /var/cache/cloud/cmdline
elif [[ $line == pubkey:* ]]; then
pubkey=${line//pubkey:/}
echo $pubkey > /var/cache/cloud/authorized_keys
echo $pubkey > /root/.ssh/authorized_keys
fi
done < /dev/vport0p1
while [$cmd -eq ""]; do
while read line; do
if [[ $line == cmdline:* ]]; then
cmd=${line//cmdline:/}
echo $cmd > /var/cache/cloud/cmdline
elif [[ $line == pubkey:* ]]; then
pubkey=${line//pubkey:/}
echo $pubkey > /var/cache/cloud/authorized_keys
echo $pubkey > /root/.ssh/authorized_keys
fi
done < /dev/vport0p1
done
chmod go-rwx /root/.ssh/authorized_keys
;;
vmware)
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge 4.5 to master #53
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Merge 4.5 to master #53
Filter by extension
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing