mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-28 17:47:03 +03:00
This reverts commit ef81d9352e61e0edae64611f8fd2bec7877c40d4.
This commit is contained in:
parent
d81be5c2cc
commit
559c6e6ef0
14866
src/fireedge/package-lock.json
generated
14866
src/fireedge/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -30,8 +30,9 @@ export const UserInput = PropTypes.shape({
|
||||
export const ProviderType = PropTypes.oneOf(['aws', 'packet'])
|
||||
|
||||
export const ProvisionType = PropTypes.oneOf([
|
||||
'metal',
|
||||
'virtual'
|
||||
'hybrid+',
|
||||
'hybrid+_qemu',
|
||||
'hybrid+_firecracker'
|
||||
])
|
||||
|
||||
export const ProvisionHost = PropTypes.shape({
|
||||
|
@ -187,7 +187,7 @@ const genPathResources = () => {
|
||||
global.ETC_CPI = `${ETC_LOCATION}/${defaultAppName}`
|
||||
}
|
||||
if (!global.SHARE_CPI) {
|
||||
global.SHARE_CPI = `${SHARE_LOCATION}/oneprovision/edge-clusters`
|
||||
global.SHARE_CPI = `${SHARE_LOCATION}/oneprovision/provisions`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user