- https://cloud.redhat.com/openshift/install/crc/installer-provisioned
- unpack
crc
executable and move to /usr/local/bin - same address for fetching/copying install secret
sudo apt install -y virt-manager
sudo reboot now
#!/usr/bin/env python3 | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
crc
executable and move to /usr/local/binsudo apt install -y virt-manager
sudo reboot now
type PlatformClusterInfo struct { | |
APIVersion string `json:"apiVersion"` | |
Kind string `json:"kind"` | |
Metadata struct { | |
CreationTimestamp time.Time `json:"creationTimestamp"` | |
Generation int `json:"generation"` | |
Name string `json:"name"` | |
ResourceVersion string `json:"resourceVersion"` | |
SelfLink string `json:"selfLink"` | |
UID string `json:"uid"` |
private void createGrowablePanelForTest(MyLienzoTest test ) { | |
resetOnNewTest(); | |
GrowableFocusPanel growableFocusPanel = new GrowableFocusPanel(300, 300); | |
applyBackgroundGridLayer(growableFocusPanel); | |
testsPanel.add(growableFocusPanel); | |
final Layer mainVisibleLayer = new Layer(); | |
mainVisibleLayer.setTransformable(true); |
Title: Instant Drools Starter | |
[picture of book cover: http://www.packtpub.com/sites/default/files/5545OS_mockupcover_Instant-starter.jpg] | |
We all start somewhere. My start with Drools came 5 years ago when I was tasked with maintaining some legacy rules and assisting with a new ground-up effort using the latest and greatest Drools release at the time. I dug through documentation, ordered every book I could find on the subject, and pestered Mark, Edson and others in the community willing to help way more than they probably cared for, but in the end, the community helped start me out with what I'd soon find to be my new obsession. Now, I feel like it's time for me to give something back. | |
If you're an architect, manager, or developer looking to evaluate or get started with Drools, you may find my new book, Drools Starter, to be a great way to get up and running quickly. I've done my best to compile all the basics needed to get a feel for working with the core engine into a brief, easy-to-digest guide. Here's s |
Proposed Title: JBoss Rules (Drools) - Path to Rules Enlightenment | |
Abstract: | |
Time to nail down tribal knowledge? Want to add flexibility for ever-changing logic? Need a clean, safe | |
way to bring business users into the development process? JBoss Rules, or Drools, might be the answer. | |
This session covers Drools with clear descriptions and down-to-earth examples, from evaluation to | |
implementation. Let's talk about what rules are, and more importantly, what they can (and can't!) do for | |
you. We'll take a look at what makes Drools tick, brass tacks syntax, commonly used features and the 5 | |
modules of the Drools system. Times up! Want more? I wouldn't leave you without several great references |