File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,12 @@ pfexec chmod +x /usr/oxide/oxide
291
291
curl -sSfL -o debian-11-genericcloud-amd64.raw \
292
292
http://catacomb.eng.oxide.computer:12346/debian-11-genericcloud-amd64.raw
293
293
294
+ #
295
+ # Create the "omicron" project that sled-agent will inhabit.
296
+ #
297
+ projects -l omicron > /dev/null 2>&1 || \
298
+ projadd -c ' The Oxide Control Plane' omicron
299
+
294
300
#
295
301
# The lab-netdev target is a ramdisk system that is always cleared
296
302
# out between runs, so it has not had any state yet that requires
Original file line number Diff line number Diff line change 37
37
<service_fmri value =' svc:/system/t6init' />
38
38
</dependency >
39
39
40
- <method_context >
40
+ <method_context project = ' omicron ' >
41
41
<method_environment >
42
42
<envvar name =" LD_LIBRARY_PATH" value =" /opt/ooce/pgsql-13/lib/amd64" />
43
43
</method_environment >
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ if [[ "${HOST_OS}" == "SunOS" ]]; then
155
155
#
156
156
# create_virtual_hardware.sh will use those to setup the softnpu zone
157
157
retry ./tools/ci_download_softnpu_machinery
158
+
159
+ # Create the omicron project
160
+ projects -l omicron > /dev/null 2>&1 || \
161
+ projadd -c ' The Oxide Control Plane' omicron
158
162
fi
159
163
160
164
echo " All runner prerequisites installed successfully"
You can’t perform that action at this time.
0 commit comments