Lab 13.1 needs to be updated for web-ui app cflinuxfs3 stack on anynines a9s

When deploying the web-ui app, I am attempting to stage the app but seeing an error for the anynines cloud foundry.
It relates to the manifest file specifying cflinuxfs2, whereas it appears this is outdated and cloud foundry on cflinuxfs3 will fail with this buildpack.
- :/cloudfoundry-LFD232-course/class-artifacts$ cf restage web-ui
- ...
- Staging app and tracing logs...
- Cell 353b6cd2-edd4-4469-a7d8-ddd4abe4aeb2 creating container for instance 6b05b294-63a2-4650-bda6-0761ee4388ff
- Cell 353b6cd2-edd4-4469-a7d8-ddd4abe4aeb2 successfully created container for instance 6b05b294-63a2-4650-bda6-0761ee4388ff
- Downloading app package...
- Downloaded app package (17.8K)
- It looks like you're deploying on a stack (currently set to *cflinuxfs3*) that's not supported by this buildpack.
- That could be because you're using a recent buildpack release on a deprecated stack.
- If you're using the buildpack installed by your CF admin, please let your admin know you saw this error message.
- If you at one point specified a buildpack that's at git URL, please make sure you're pointed at a version that supports this stack.
- Failed to compile droplet: Failed to compile droplet: exit status 44
- Exit status 223
- Cell 353b6cd2-edd4-4469-a7d8-ddd4abe4aeb2 stopping instance 6b05b294-63a2-4650-bda6-0761ee4388ff
- Cell 353b6cd2-edd4-4469-a7d8-ddd4abe4aeb2 destroying container for instance 6b05b294-63a2-4650-bda6-0761ee4388ff
- Cell 353b6cd2-edd4-4469-a7d8-ddd4abe4aeb2 successfully destroyed container for instance 6b05b294-63a2-4650-bda6-0761ee4388ff
- Error staging application: BuildpackCompileFailed - App staging failed in the buildpack compile phase
- FAILED
The manifest is stating to use cflinuxfs2, however it does not appear to respect the manifest setting for the stack.
Specifying the _-s cflinuxfs2 _override seems to indicate that there is no staging available for that stack. Possibly this stack has long been removed, so ** does the lab exercise needs to be updated?**
- cf push ... -s cflinuxfs2
- ...
- Applying manifest file web-ui/manifest.yml...
- Manifest applied
- Packaging files to upload...
- Uploading files...
- 17.75 KiB / 17.75 KiB [===================================================================================================================] 100.00% 1s
- Waiting for API to complete processing files...
- Staging app and tracing logs...
- Unexpected Response
- Response Code: 500
- Request ID: cc96f3e5-6da0-4e19-4929-de4992415b03::03dc764d-9f3f-4f41-9e8d-c6cbd72996fb
- Code: 0, Title: , Detail: {
- "errors": [
- {
- "detail": "Stager error: no compiler defined for requested stack",
- "title": "CF-StagerError",
- "code": 170011
- }
- ]
- }
- FAILED
Switching to the latest buildpack will also fail, as Ruby 2.4.x is not available.
- -----> Ruby Buildpack version 1.8.30
- -----> Supplying Ruby
- -----> Installing bundler 1.17.3
- Download [https://buildpacks.cloudfoundry.org/dependencies/bundler/bundler-1.17.3-any-stack-b7502506.tgz]
- **ERROR** Unable to determine ruby: Unable to determine ruby version: Running ruby: No Matching versions, ruby ~> 2.4.0 not found in this buildpack
- Failed to compile droplet: Failed to run all supply scripts: exit status 15
The resolution here is to switch to an earlier buildpack version that still contains Ruby 2.4.x but also works on cflinuxfs3.
cf push the web-ui app with the flag -s cflinuxfs3 and updated manifest.yml below (noting to use version 1.8.15 of the buildpack)
- ---
- applications:
- - name: web-ui
- random-route: true
- buildpacks:
- - https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.15
- memory: 128M
- instances: 1
- stack: cflinuxfs3
Positive outcome
- name: web-ui
- requested state: started
- routes: web-ui-*******.de.a9sapp.eu
- last uploaded: Thu 04 Feb 11:06:51 AEDT 2021
- stack: cflinuxfs3
- buildpacks:
- name version detect output buildpack name
- https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.15 1.8.15 ruby ruby
- type: web
- sidecars:
- instances: 1/1
- memory usage: 128M
- start command: rackup -p $PORT
- state since cpu memory disk details
- #0 running 2021-02-04T00:07:06Z 0.0% 0 of 128M 0 of 512M
Comments
-
Unfortunately it doesn't work for me. Can please someone update the files and documents for the course???
0 -
I apologize for the issue here. It appears the download for the class is pointing to the wrong version of the class artifacts. I have requested for the LF team to resolve this.
0 -
The updates class-artifacts.tar file is now available online. Please follow the instructions provided on the Course Resources page in the introductory chapter to retrieve them.
0
Categories
- All Categories
- 138 LFX Mentorship
- 138 LFX Mentorship: Linux Kernel
- 815 Linux Foundation IT Professional Programs
- 366 Cloud Engineer IT Professional Program
- 184 Advanced Cloud Engineer IT Professional Program
- 83 DevOps Engineer IT Professional Program
- 151 Cloud Native Developer IT Professional Program
- 142 Express Training Courses & Microlearning
- 142 Express Courses - Discussion Forum
- Microlearning - Discussion Forum
- 6.6K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 72 LFC131 Class Forum
- 49 LFD102 Class Forum
- 234 LFD103 Class Forum
- 21 LFD110 Class Forum
- 44 LFD121 Class Forum
- LFD123 Class Forum
- LFD125 Class Forum
- 18 LFD133 Class Forum
- 8 LFD134 Class Forum
- 18 LFD137 Class Forum
- 72 LFD201 Class Forum
- 5 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 719 LFD259 Class Forum
- 111 LFD272 Class Forum - Discontinued
- 4 LFD272-JP クラス フォーラム
- 13 LFD273 Class Forum
- 236 LFS101 Class Forum
- 2 LFS111 Class Forum
- 3 LFS112 Class Forum
- 3 LFS116 Class Forum
- 7 LFS118 Class Forum
- LFS120 Class Forum
- 9 LFS142 Class Forum
- 8 LFS144 Class Forum
- 4 LFS145 Class Forum
- 4 LFS146 Class Forum
- 16 LFS148 Class Forum
- 15 LFS151 Class Forum
- 5 LFS157 Class Forum
- 65 LFS158 Class Forum
- LFS158-JP クラス フォーラム
- 11 LFS162 Class Forum
- 2 LFS166 Class Forum
- 7 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 33 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム - Discontinued
- 20 LFS203 Class Forum
- 135 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 2 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 53 LFS241 Class Forum
- 50 LFS242 Class Forum
- 38 LFS243 Class Forum
- 16 LFS244 Class Forum
- 5 LFS245 Class Forum
- LFS246 Class Forum
- LFS248 Class Forum
- 86 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 156 LFS253 Class Forum
- 1 LFS254 Class Forum
- 2 LFS255 Class Forum
- 12 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 11 LFS258-JP クラス フォーラム
- 135 LFS260 Class Forum
- 161 LFS261 Class Forum
- 43 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 25 LFS268 Class Forum
- 37 LFS269 Class Forum
- 7 LFS270 Class Forum
- 202 LFS272 Class Forum - Discontinued
- 2 LFS272-JP クラス フォーラム
- 4 LFS147 Class Forum
- 2 LFS274 Class Forum
- 4 LFS281 Class Forum
- 16 LFW111 Class Forum
- 262 LFW211 Class Forum
- 185 LFW212 Class Forum
- 15 SKF100 Class Forum
- 1 SKF200 Class Forum
- 2 SKF201 Class Forum
- 797 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 104 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 761 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 149 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 355 Ubuntu
- 470 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 69 Mobile Computing
- 18 Android
- 38 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 379 Off Topic
- 115 Introductions
- 177 Small Talk
- 26 Study Material
- 808 Programming and Development
- 304 Kernel Development
- 486 Software Development
- 1.8K Software
- 263 Applications
- 183 Command Line
- 3 Compiling/Installing
- 988 Games
- 317 Installation
- 103 All In Program
- 103 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)