oc_label.py 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/label -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_label
  52. short_description: Create, modify, and idempotently manage openshift labels.
  53. description:
  54. - Modify openshift labels programmatically.
  55. options:
  56. state:
  57. description:
  58. - State controls the action that will be taken with resource
  59. - 'present' will create or update and object to the desired state
  60. - 'absent' will ensure certain labels are removed
  61. - 'list' will read the labels
  62. - 'add' will insert labels to the already existing labels
  63. default: present
  64. choices: ["present", "absent", "list", "add"]
  65. aliases: []
  66. kubeconfig:
  67. description:
  68. - The path for the kubeconfig file to use for authentication
  69. required: false
  70. default: /etc/origin/master/admin.kubeconfig
  71. aliases: []
  72. debug:
  73. description:
  74. - Turn on debug output.
  75. required: false
  76. default: False
  77. aliases: []
  78. kind:
  79. description:
  80. - The kind of object that can be managed.
  81. default: node
  82. choices:
  83. - node
  84. - pod
  85. - namespace
  86. aliases: []
  87. labels:
  88. description:
  89. - A list of labels for the resource.
  90. - Each list consists of a key and a value.
  91. - eg, {'key': 'foo', 'value': 'bar'}
  92. required: false
  93. default: None
  94. aliases: []
  95. selector:
  96. description:
  97. - The selector to apply to the resource query
  98. required: false
  99. default: None
  100. aliases: []
  101. author:
  102. - "Joel Diaz <jdiaz@redhat.com>"
  103. extends_documentation_fragment: []
  104. '''
  105. EXAMPLES = '''
  106. - name: Add a single label to a node's existing labels
  107. oc_label:
  108. name: ip-172-31-5-23.ec2.internal
  109. state: add
  110. kind: node
  111. labels:
  112. - key: logging-infra-fluentd
  113. value: 'true'
  114. - name: remove a label from a node
  115. oc_label:
  116. name: ip-172-31-5-23.ec2.internal
  117. state: absent
  118. kind: node
  119. labels:
  120. - key: color
  121. value: blue
  122. - name: Ensure node has these exact labels
  123. oc_label:
  124. name: ip-172-31-5-23.ec2.internal
  125. state: present
  126. kind: node
  127. labels:
  128. - key: color
  129. value: green
  130. - key: type
  131. value: master
  132. - key: environment
  133. value: production
  134. '''
  135. # -*- -*- -*- End included fragment: doc/label -*- -*- -*-
  136. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  137. class YeditException(Exception): # pragma: no cover
  138. ''' Exception class for Yedit '''
  139. pass
  140. # pylint: disable=too-many-public-methods
  141. class Yedit(object): # pragma: no cover
  142. ''' Class to modify yaml files '''
  143. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  144. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  145. com_sep = set(['.', '#', '|', ':'])
  146. # pylint: disable=too-many-arguments
  147. def __init__(self,
  148. filename=None,
  149. content=None,
  150. content_type='yaml',
  151. separator='.',
  152. backup=False):
  153. self.content = content
  154. self._separator = separator
  155. self.filename = filename
  156. self.__yaml_dict = content
  157. self.content_type = content_type
  158. self.backup = backup
  159. self.load(content_type=self.content_type)
  160. if self.__yaml_dict is None:
  161. self.__yaml_dict = {}
  162. @property
  163. def separator(self):
  164. ''' getter method for separator '''
  165. return self._separator
  166. @separator.setter
  167. def separator(self, inc_sep):
  168. ''' setter method for separator '''
  169. self._separator = inc_sep
  170. @property
  171. def yaml_dict(self):
  172. ''' getter method for yaml_dict '''
  173. return self.__yaml_dict
  174. @yaml_dict.setter
  175. def yaml_dict(self, value):
  176. ''' setter method for yaml_dict '''
  177. self.__yaml_dict = value
  178. @staticmethod
  179. def parse_key(key, sep='.'):
  180. '''parse the key allowing the appropriate separator'''
  181. common_separators = list(Yedit.com_sep - set([sep]))
  182. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  183. @staticmethod
  184. def valid_key(key, sep='.'):
  185. '''validate the incoming key'''
  186. common_separators = list(Yedit.com_sep - set([sep]))
  187. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  188. return False
  189. return True
  190. @staticmethod
  191. def remove_entry(data, key, sep='.'):
  192. ''' remove data at location key '''
  193. if key == '' and isinstance(data, dict):
  194. data.clear()
  195. return True
  196. elif key == '' and isinstance(data, list):
  197. del data[:]
  198. return True
  199. if not (key and Yedit.valid_key(key, sep)) and \
  200. isinstance(data, (list, dict)):
  201. return None
  202. key_indexes = Yedit.parse_key(key, sep)
  203. for arr_ind, dict_key in key_indexes[:-1]:
  204. if dict_key and isinstance(data, dict):
  205. data = data.get(dict_key)
  206. elif (arr_ind and isinstance(data, list) and
  207. int(arr_ind) <= len(data) - 1):
  208. data = data[int(arr_ind)]
  209. else:
  210. return None
  211. # process last index for remove
  212. # expected list entry
  213. if key_indexes[-1][0]:
  214. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  215. del data[int(key_indexes[-1][0])]
  216. return True
  217. # expected dict entry
  218. elif key_indexes[-1][1]:
  219. if isinstance(data, dict):
  220. del data[key_indexes[-1][1]]
  221. return True
  222. @staticmethod
  223. def add_entry(data, key, item=None, sep='.'):
  224. ''' Get an item from a dictionary with key notation a.b.c
  225. d = {'a': {'b': 'c'}}}
  226. key = a#b
  227. return c
  228. '''
  229. if key == '':
  230. pass
  231. elif (not (key and Yedit.valid_key(key, sep)) and
  232. isinstance(data, (list, dict))):
  233. return None
  234. key_indexes = Yedit.parse_key(key, sep)
  235. for arr_ind, dict_key in key_indexes[:-1]:
  236. if dict_key:
  237. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  238. data = data[dict_key]
  239. continue
  240. elif data and not isinstance(data, dict):
  241. raise YeditException("Unexpected item type found while going through key " +
  242. "path: {} (at key: {})".format(key, dict_key))
  243. data[dict_key] = {}
  244. data = data[dict_key]
  245. elif (arr_ind and isinstance(data, list) and
  246. int(arr_ind) <= len(data) - 1):
  247. data = data[int(arr_ind)]
  248. else:
  249. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  250. if key == '':
  251. data = item
  252. # process last index for add
  253. # expected list entry
  254. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  255. data[int(key_indexes[-1][0])] = item
  256. # expected dict entry
  257. elif key_indexes[-1][1] and isinstance(data, dict):
  258. data[key_indexes[-1][1]] = item
  259. # didn't add/update to an existing list, nor add/update key to a dict
  260. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  261. # non-existent array
  262. else:
  263. raise YeditException("Error adding to object at path: {}".format(key))
  264. return data
  265. @staticmethod
  266. def get_entry(data, key, sep='.'):
  267. ''' Get an item from a dictionary with key notation a.b.c
  268. d = {'a': {'b': 'c'}}}
  269. key = a.b
  270. return c
  271. '''
  272. if key == '':
  273. pass
  274. elif (not (key and Yedit.valid_key(key, sep)) and
  275. isinstance(data, (list, dict))):
  276. return None
  277. key_indexes = Yedit.parse_key(key, sep)
  278. for arr_ind, dict_key in key_indexes:
  279. if dict_key and isinstance(data, dict):
  280. data = data.get(dict_key)
  281. elif (arr_ind and isinstance(data, list) and
  282. int(arr_ind) <= len(data) - 1):
  283. data = data[int(arr_ind)]
  284. else:
  285. return None
  286. return data
  287. @staticmethod
  288. def _write(filename, contents):
  289. ''' Actually write the file contents to disk. This helps with mocking. '''
  290. tmp_filename = filename + '.yedit'
  291. with open(tmp_filename, 'w') as yfd:
  292. yfd.write(contents)
  293. os.rename(tmp_filename, filename)
  294. def write(self):
  295. ''' write to file '''
  296. if not self.filename:
  297. raise YeditException('Please specify a filename.')
  298. if self.backup and self.file_exists():
  299. shutil.copy(self.filename, self.filename + '.orig')
  300. # Try to set format attributes if supported
  301. try:
  302. self.yaml_dict.fa.set_block_style()
  303. except AttributeError:
  304. pass
  305. # Try to use RoundTripDumper if supported.
  306. try:
  307. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  308. except AttributeError:
  309. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  310. return (True, self.yaml_dict)
  311. def read(self):
  312. ''' read from file '''
  313. # check if it exists
  314. if self.filename is None or not self.file_exists():
  315. return None
  316. contents = None
  317. with open(self.filename) as yfd:
  318. contents = yfd.read()
  319. return contents
  320. def file_exists(self):
  321. ''' return whether file exists '''
  322. if os.path.exists(self.filename):
  323. return True
  324. return False
  325. def load(self, content_type='yaml'):
  326. ''' return yaml file '''
  327. contents = self.read()
  328. if not contents and not self.content:
  329. return None
  330. if self.content:
  331. if isinstance(self.content, dict):
  332. self.yaml_dict = self.content
  333. return self.yaml_dict
  334. elif isinstance(self.content, str):
  335. contents = self.content
  336. # check if it is yaml
  337. try:
  338. if content_type == 'yaml' and contents:
  339. # Try to set format attributes if supported
  340. try:
  341. self.yaml_dict.fa.set_block_style()
  342. except AttributeError:
  343. pass
  344. # Try to use RoundTripLoader if supported.
  345. try:
  346. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  347. except AttributeError:
  348. self.yaml_dict = yaml.safe_load(contents)
  349. # Try to set format attributes if supported
  350. try:
  351. self.yaml_dict.fa.set_block_style()
  352. except AttributeError:
  353. pass
  354. elif content_type == 'json' and contents:
  355. self.yaml_dict = json.loads(contents)
  356. except yaml.YAMLError as err:
  357. # Error loading yaml or json
  358. raise YeditException('Problem with loading yaml file. {}'.format(err))
  359. return self.yaml_dict
  360. def get(self, key):
  361. ''' get a specified key'''
  362. try:
  363. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  364. except KeyError:
  365. entry = None
  366. return entry
  367. def pop(self, path, key_or_item):
  368. ''' remove a key, value pair from a dict or an item for a list'''
  369. try:
  370. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  371. except KeyError:
  372. entry = None
  373. if entry is None:
  374. return (False, self.yaml_dict)
  375. if isinstance(entry, dict):
  376. # AUDIT:maybe-no-member makes sense due to fuzzy types
  377. # pylint: disable=maybe-no-member
  378. if key_or_item in entry:
  379. entry.pop(key_or_item)
  380. return (True, self.yaml_dict)
  381. return (False, self.yaml_dict)
  382. elif isinstance(entry, list):
  383. # AUDIT:maybe-no-member makes sense due to fuzzy types
  384. # pylint: disable=maybe-no-member
  385. ind = None
  386. try:
  387. ind = entry.index(key_or_item)
  388. except ValueError:
  389. return (False, self.yaml_dict)
  390. entry.pop(ind)
  391. return (True, self.yaml_dict)
  392. return (False, self.yaml_dict)
  393. def delete(self, path):
  394. ''' remove path from a dict'''
  395. try:
  396. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  397. except KeyError:
  398. entry = None
  399. if entry is None:
  400. return (False, self.yaml_dict)
  401. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  402. if not result:
  403. return (False, self.yaml_dict)
  404. return (True, self.yaml_dict)
  405. def exists(self, path, value):
  406. ''' check if value exists at path'''
  407. try:
  408. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  409. except KeyError:
  410. entry = None
  411. if isinstance(entry, list):
  412. if value in entry:
  413. return True
  414. return False
  415. elif isinstance(entry, dict):
  416. if isinstance(value, dict):
  417. rval = False
  418. for key, val in value.items():
  419. if entry[key] != val:
  420. rval = False
  421. break
  422. else:
  423. rval = True
  424. return rval
  425. return value in entry
  426. return entry == value
  427. def append(self, path, value):
  428. '''append value to a list'''
  429. try:
  430. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  431. except KeyError:
  432. entry = None
  433. if entry is None:
  434. self.put(path, [])
  435. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  436. if not isinstance(entry, list):
  437. return (False, self.yaml_dict)
  438. # AUDIT:maybe-no-member makes sense due to loading data from
  439. # a serialized format.
  440. # pylint: disable=maybe-no-member
  441. entry.append(value)
  442. return (True, self.yaml_dict)
  443. # pylint: disable=too-many-arguments
  444. def update(self, path, value, index=None, curr_value=None):
  445. ''' put path, value into a dict '''
  446. try:
  447. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  448. except KeyError:
  449. entry = None
  450. if isinstance(entry, dict):
  451. # AUDIT:maybe-no-member makes sense due to fuzzy types
  452. # pylint: disable=maybe-no-member
  453. if not isinstance(value, dict):
  454. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  455. 'value=[{}] type=[{}]'.format(value, type(value)))
  456. entry.update(value)
  457. return (True, self.yaml_dict)
  458. elif isinstance(entry, list):
  459. # AUDIT:maybe-no-member makes sense due to fuzzy types
  460. # pylint: disable=maybe-no-member
  461. ind = None
  462. if curr_value:
  463. try:
  464. ind = entry.index(curr_value)
  465. except ValueError:
  466. return (False, self.yaml_dict)
  467. elif index is not None:
  468. ind = index
  469. if ind is not None and entry[ind] != value:
  470. entry[ind] = value
  471. return (True, self.yaml_dict)
  472. # see if it exists in the list
  473. try:
  474. ind = entry.index(value)
  475. except ValueError:
  476. # doesn't exist, append it
  477. entry.append(value)
  478. return (True, self.yaml_dict)
  479. # already exists, return
  480. if ind is not None:
  481. return (False, self.yaml_dict)
  482. return (False, self.yaml_dict)
  483. def put(self, path, value):
  484. ''' put path, value into a dict '''
  485. try:
  486. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  487. except KeyError:
  488. entry = None
  489. if entry == value:
  490. return (False, self.yaml_dict)
  491. # deepcopy didn't work
  492. # Try to use ruamel.yaml and fallback to pyyaml
  493. try:
  494. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  495. default_flow_style=False),
  496. yaml.RoundTripLoader)
  497. except AttributeError:
  498. tmp_copy = copy.deepcopy(self.yaml_dict)
  499. # set the format attributes if available
  500. try:
  501. tmp_copy.fa.set_block_style()
  502. except AttributeError:
  503. pass
  504. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  505. if result is None:
  506. return (False, self.yaml_dict)
  507. # When path equals "" it is a special case.
  508. # "" refers to the root of the document
  509. # Only update the root path (entire document) when its a list or dict
  510. if path == '':
  511. if isinstance(result, list) or isinstance(result, dict):
  512. self.yaml_dict = result
  513. return (True, self.yaml_dict)
  514. return (False, self.yaml_dict)
  515. self.yaml_dict = tmp_copy
  516. return (True, self.yaml_dict)
  517. def create(self, path, value):
  518. ''' create a yaml file '''
  519. if not self.file_exists():
  520. # deepcopy didn't work
  521. # Try to use ruamel.yaml and fallback to pyyaml
  522. try:
  523. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  524. default_flow_style=False),
  525. yaml.RoundTripLoader)
  526. except AttributeError:
  527. tmp_copy = copy.deepcopy(self.yaml_dict)
  528. # set the format attributes if available
  529. try:
  530. tmp_copy.fa.set_block_style()
  531. except AttributeError:
  532. pass
  533. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  534. if result is not None:
  535. self.yaml_dict = tmp_copy
  536. return (True, self.yaml_dict)
  537. return (False, self.yaml_dict)
  538. @staticmethod
  539. def get_curr_value(invalue, val_type):
  540. '''return the current value'''
  541. if invalue is None:
  542. return None
  543. curr_value = invalue
  544. if val_type == 'yaml':
  545. curr_value = yaml.load(invalue)
  546. elif val_type == 'json':
  547. curr_value = json.loads(invalue)
  548. return curr_value
  549. @staticmethod
  550. def parse_value(inc_value, vtype=''):
  551. '''determine value type passed'''
  552. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  553. 'on', 'On', 'ON', ]
  554. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  555. 'off', 'Off', 'OFF']
  556. # It came in as a string but you didn't specify value_type as string
  557. # we will convert to bool if it matches any of the above cases
  558. if isinstance(inc_value, str) and 'bool' in vtype:
  559. if inc_value not in true_bools and inc_value not in false_bools:
  560. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  561. elif isinstance(inc_value, bool) and 'str' in vtype:
  562. inc_value = str(inc_value)
  563. # There is a special case where '' will turn into None after yaml loading it so skip
  564. if isinstance(inc_value, str) and inc_value == '':
  565. pass
  566. # If vtype is not str then go ahead and attempt to yaml load it.
  567. elif isinstance(inc_value, str) and 'str' not in vtype:
  568. try:
  569. inc_value = yaml.safe_load(inc_value)
  570. except Exception:
  571. raise YeditException('Could not determine type of incoming value. ' +
  572. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  573. return inc_value
  574. @staticmethod
  575. def process_edits(edits, yamlfile):
  576. '''run through a list of edits and process them one-by-one'''
  577. results = []
  578. for edit in edits:
  579. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  580. if edit.get('action') == 'update':
  581. # pylint: disable=line-too-long
  582. curr_value = Yedit.get_curr_value(
  583. Yedit.parse_value(edit.get('curr_value')),
  584. edit.get('curr_value_format'))
  585. rval = yamlfile.update(edit['key'],
  586. value,
  587. edit.get('index'),
  588. curr_value)
  589. elif edit.get('action') == 'append':
  590. rval = yamlfile.append(edit['key'], value)
  591. else:
  592. rval = yamlfile.put(edit['key'], value)
  593. if rval[0]:
  594. results.append({'key': edit['key'], 'edit': rval[1]})
  595. return {'changed': len(results) > 0, 'results': results}
  596. # pylint: disable=too-many-return-statements,too-many-branches
  597. @staticmethod
  598. def run_ansible(params):
  599. '''perform the idempotent crud operations'''
  600. yamlfile = Yedit(filename=params['src'],
  601. backup=params['backup'],
  602. separator=params['separator'])
  603. state = params['state']
  604. if params['src']:
  605. rval = yamlfile.load()
  606. if yamlfile.yaml_dict is None and state != 'present':
  607. return {'failed': True,
  608. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  609. 'file exists, that it is has correct permissions, and is valid yaml.'}
  610. if state == 'list':
  611. if params['content']:
  612. content = Yedit.parse_value(params['content'], params['content_type'])
  613. yamlfile.yaml_dict = content
  614. if params['key']:
  615. rval = yamlfile.get(params['key']) or {}
  616. return {'changed': False, 'result': rval, 'state': state}
  617. elif state == 'absent':
  618. if params['content']:
  619. content = Yedit.parse_value(params['content'], params['content_type'])
  620. yamlfile.yaml_dict = content
  621. if params['update']:
  622. rval = yamlfile.pop(params['key'], params['value'])
  623. else:
  624. rval = yamlfile.delete(params['key'])
  625. if rval[0] and params['src']:
  626. yamlfile.write()
  627. return {'changed': rval[0], 'result': rval[1], 'state': state}
  628. elif state == 'present':
  629. # check if content is different than what is in the file
  630. if params['content']:
  631. content = Yedit.parse_value(params['content'], params['content_type'])
  632. # We had no edits to make and the contents are the same
  633. if yamlfile.yaml_dict == content and \
  634. params['value'] is None:
  635. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  636. yamlfile.yaml_dict = content
  637. # If we were passed a key, value then
  638. # we enapsulate it in a list and process it
  639. # Key, Value passed to the module : Converted to Edits list #
  640. edits = []
  641. _edit = {}
  642. if params['value'] is not None:
  643. _edit['value'] = params['value']
  644. _edit['value_type'] = params['value_type']
  645. _edit['key'] = params['key']
  646. if params['update']:
  647. _edit['action'] = 'update'
  648. _edit['curr_value'] = params['curr_value']
  649. _edit['curr_value_format'] = params['curr_value_format']
  650. _edit['index'] = params['index']
  651. elif params['append']:
  652. _edit['action'] = 'append'
  653. edits.append(_edit)
  654. elif params['edits'] is not None:
  655. edits = params['edits']
  656. if edits:
  657. results = Yedit.process_edits(edits, yamlfile)
  658. # if there were changes and a src provided to us we need to write
  659. if results['changed'] and params['src']:
  660. yamlfile.write()
  661. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  662. # no edits to make
  663. if params['src']:
  664. # pylint: disable=redefined-variable-type
  665. rval = yamlfile.write()
  666. return {'changed': rval[0],
  667. 'result': rval[1],
  668. 'state': state}
  669. # We were passed content but no src, key or value, or edits. Return contents in memory
  670. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  671. return {'failed': True, 'msg': 'Unkown state passed'}
  672. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  673. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  674. # pylint: disable=too-many-lines
  675. # noqa: E301,E302,E303,T001
  676. class OpenShiftCLIError(Exception):
  677. '''Exception class for openshiftcli'''
  678. pass
  679. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  680. def locate_oc_binary():
  681. ''' Find and return oc binary file '''
  682. # https://github.com/openshift/openshift-ansible/issues/3410
  683. # oc can be in /usr/local/bin in some cases, but that may not
  684. # be in $PATH due to ansible/sudo
  685. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  686. oc_binary = 'oc'
  687. # Use shutil.which if it is available, otherwise fallback to a naive path search
  688. try:
  689. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  690. if which_result is not None:
  691. oc_binary = which_result
  692. except AttributeError:
  693. for path in paths:
  694. if os.path.exists(os.path.join(path, oc_binary)):
  695. oc_binary = os.path.join(path, oc_binary)
  696. break
  697. return oc_binary
  698. # pylint: disable=too-few-public-methods
  699. class OpenShiftCLI(object):
  700. ''' Class to wrap the command line tools '''
  701. def __init__(self,
  702. namespace,
  703. kubeconfig='/etc/origin/master/admin.kubeconfig',
  704. verbose=False,
  705. all_namespaces=False):
  706. ''' Constructor for OpenshiftCLI '''
  707. self.namespace = namespace
  708. self.verbose = verbose
  709. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  710. self.all_namespaces = all_namespaces
  711. self.oc_binary = locate_oc_binary()
  712. # Pylint allows only 5 arguments to be passed.
  713. # pylint: disable=too-many-arguments
  714. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  715. ''' replace the current object with the content '''
  716. res = self._get(resource, rname)
  717. if not res['results']:
  718. return res
  719. fname = Utils.create_tmpfile(rname + '-')
  720. yed = Yedit(fname, res['results'][0], separator=sep)
  721. changes = []
  722. for key, value in content.items():
  723. changes.append(yed.put(key, value))
  724. if any([change[0] for change in changes]):
  725. yed.write()
  726. atexit.register(Utils.cleanup, [fname])
  727. return self._replace(fname, force)
  728. return {'returncode': 0, 'updated': False}
  729. def _replace(self, fname, force=False):
  730. '''replace the current object with oc replace'''
  731. # We are removing the 'resourceVersion' to handle
  732. # a race condition when modifying oc objects
  733. yed = Yedit(fname)
  734. results = yed.delete('metadata.resourceVersion')
  735. if results[0]:
  736. yed.write()
  737. cmd = ['replace', '-f', fname]
  738. if force:
  739. cmd.append('--force')
  740. return self.openshift_cmd(cmd)
  741. def _create_from_content(self, rname, content):
  742. '''create a temporary file and then call oc create on it'''
  743. fname = Utils.create_tmpfile(rname + '-')
  744. yed = Yedit(fname, content=content)
  745. yed.write()
  746. atexit.register(Utils.cleanup, [fname])
  747. return self._create(fname)
  748. def _create(self, fname):
  749. '''call oc create on a filename'''
  750. return self.openshift_cmd(['create', '-f', fname])
  751. def _delete(self, resource, name=None, selector=None):
  752. '''call oc delete on a resource'''
  753. cmd = ['delete', resource]
  754. if selector is not None:
  755. cmd.append('--selector={}'.format(selector))
  756. elif name is not None:
  757. cmd.append(name)
  758. else:
  759. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  760. return self.openshift_cmd(cmd)
  761. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  762. '''process a template
  763. template_name: the name of the template to process
  764. create: whether to send to oc create after processing
  765. params: the parameters for the template
  766. template_data: the incoming template's data; instead of a file
  767. '''
  768. cmd = ['process']
  769. if template_data:
  770. cmd.extend(['-f', '-'])
  771. else:
  772. cmd.append(template_name)
  773. if params:
  774. param_str = ["{}={}".format(key, value) for key, value in params.items()]
  775. cmd.append('-v')
  776. cmd.extend(param_str)
  777. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  778. if results['returncode'] != 0 or not create:
  779. return results
  780. fname = Utils.create_tmpfile(template_name + '-')
  781. yed = Yedit(fname, results['results'])
  782. yed.write()
  783. atexit.register(Utils.cleanup, [fname])
  784. return self.openshift_cmd(['create', '-f', fname])
  785. def _get(self, resource, name=None, selector=None):
  786. '''return a resource by name '''
  787. cmd = ['get', resource]
  788. if selector is not None:
  789. cmd.append('--selector={}'.format(selector))
  790. elif name is not None:
  791. cmd.append(name)
  792. cmd.extend(['-o', 'json'])
  793. rval = self.openshift_cmd(cmd, output=True)
  794. # Ensure results are retuned in an array
  795. if 'items' in rval:
  796. rval['results'] = rval['items']
  797. elif not isinstance(rval['results'], list):
  798. rval['results'] = [rval['results']]
  799. return rval
  800. def _schedulable(self, node=None, selector=None, schedulable=True):
  801. ''' perform oadm manage-node scheduable '''
  802. cmd = ['manage-node']
  803. if node:
  804. cmd.extend(node)
  805. else:
  806. cmd.append('--selector={}'.format(selector))
  807. cmd.append('--schedulable={}'.format(schedulable))
  808. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  809. def _list_pods(self, node=None, selector=None, pod_selector=None):
  810. ''' perform oadm list pods
  811. node: the node in which to list pods
  812. selector: the label selector filter if provided
  813. pod_selector: the pod selector filter if provided
  814. '''
  815. cmd = ['manage-node']
  816. if node:
  817. cmd.extend(node)
  818. else:
  819. cmd.append('--selector={}'.format(selector))
  820. if pod_selector:
  821. cmd.append('--pod-selector={}'.format(pod_selector))
  822. cmd.extend(['--list-pods', '-o', 'json'])
  823. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  824. # pylint: disable=too-many-arguments
  825. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  826. ''' perform oadm manage-node evacuate '''
  827. cmd = ['manage-node']
  828. if node:
  829. cmd.extend(node)
  830. else:
  831. cmd.append('--selector={}'.format(selector))
  832. if dry_run:
  833. cmd.append('--dry-run')
  834. if pod_selector:
  835. cmd.append('--pod-selector={}'.format(pod_selector))
  836. if grace_period:
  837. cmd.append('--grace-period={}'.format(int(grace_period)))
  838. if force:
  839. cmd.append('--force')
  840. cmd.append('--evacuate')
  841. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  842. def _version(self):
  843. ''' return the openshift version'''
  844. return self.openshift_cmd(['version'], output=True, output_type='raw')
  845. def _import_image(self, url=None, name=None, tag=None):
  846. ''' perform image import '''
  847. cmd = ['import-image']
  848. image = '{0}'.format(name)
  849. if tag:
  850. image += ':{0}'.format(tag)
  851. cmd.append(image)
  852. if url:
  853. cmd.append('--from={0}/{1}'.format(url, image))
  854. cmd.append('-n{0}'.format(self.namespace))
  855. cmd.append('--confirm')
  856. return self.openshift_cmd(cmd)
  857. def _run(self, cmds, input_data):
  858. ''' Actually executes the command. This makes mocking easier. '''
  859. curr_env = os.environ.copy()
  860. curr_env.update({'KUBECONFIG': self.kubeconfig})
  861. proc = subprocess.Popen(cmds,
  862. stdin=subprocess.PIPE,
  863. stdout=subprocess.PIPE,
  864. stderr=subprocess.PIPE,
  865. env=curr_env)
  866. stdout, stderr = proc.communicate(input_data)
  867. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  868. # pylint: disable=too-many-arguments,too-many-branches
  869. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  870. '''Base command for oc '''
  871. cmds = [self.oc_binary]
  872. if oadm:
  873. cmds.append('adm')
  874. cmds.extend(cmd)
  875. if self.all_namespaces:
  876. cmds.extend(['--all-namespaces'])
  877. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  878. cmds.extend(['-n', self.namespace])
  879. rval = {}
  880. results = ''
  881. err = None
  882. if self.verbose:
  883. print(' '.join(cmds))
  884. try:
  885. returncode, stdout, stderr = self._run(cmds, input_data)
  886. except OSError as ex:
  887. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  888. rval = {"returncode": returncode,
  889. "results": results,
  890. "cmd": ' '.join(cmds)}
  891. if returncode == 0:
  892. if output:
  893. if output_type == 'json':
  894. try:
  895. rval['results'] = json.loads(stdout)
  896. except ValueError as verr:
  897. if "No JSON object could be decoded" in verr.args:
  898. err = verr.args
  899. elif output_type == 'raw':
  900. rval['results'] = stdout
  901. if self.verbose:
  902. print("STDOUT: {0}".format(stdout))
  903. print("STDERR: {0}".format(stderr))
  904. if err:
  905. rval.update({"err": err,
  906. "stderr": stderr,
  907. "stdout": stdout,
  908. "cmd": cmds})
  909. else:
  910. rval.update({"stderr": stderr,
  911. "stdout": stdout,
  912. "results": {}})
  913. return rval
  914. class Utils(object): # pragma: no cover
  915. ''' utilities for openshiftcli modules '''
  916. @staticmethod
  917. def _write(filename, contents):
  918. ''' Actually write the file contents to disk. This helps with mocking. '''
  919. with open(filename, 'w') as sfd:
  920. sfd.write(contents)
  921. @staticmethod
  922. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  923. ''' create a file in tmp with name and contents'''
  924. tmp = Utils.create_tmpfile(prefix=rname)
  925. if ftype == 'yaml':
  926. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  927. # pylint: disable=no-member
  928. if hasattr(yaml, 'RoundTripDumper'):
  929. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  930. else:
  931. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  932. elif ftype == 'json':
  933. Utils._write(tmp, json.dumps(data))
  934. else:
  935. Utils._write(tmp, data)
  936. # Register cleanup when module is done
  937. atexit.register(Utils.cleanup, [tmp])
  938. return tmp
  939. @staticmethod
  940. def create_tmpfile_copy(inc_file):
  941. '''create a temporary copy of a file'''
  942. tmpfile = Utils.create_tmpfile('lib_openshift-')
  943. Utils._write(tmpfile, open(inc_file).read())
  944. # Cleanup the tmpfile
  945. atexit.register(Utils.cleanup, [tmpfile])
  946. return tmpfile
  947. @staticmethod
  948. def create_tmpfile(prefix='tmp'):
  949. ''' Generates and returns a temporary file name '''
  950. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  951. return tmp.name
  952. @staticmethod
  953. def create_tmp_files_from_contents(content, content_type=None):
  954. '''Turn an array of dict: filename, content into a files array'''
  955. if not isinstance(content, list):
  956. content = [content]
  957. files = []
  958. for item in content:
  959. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  960. item['data'],
  961. ftype=content_type)
  962. files.append({'name': os.path.basename(item['path']),
  963. 'path': path})
  964. return files
  965. @staticmethod
  966. def cleanup(files):
  967. '''Clean up on exit '''
  968. for sfile in files:
  969. if os.path.exists(sfile):
  970. if os.path.isdir(sfile):
  971. shutil.rmtree(sfile)
  972. elif os.path.isfile(sfile):
  973. os.remove(sfile)
  974. @staticmethod
  975. def exists(results, _name):
  976. ''' Check to see if the results include the name '''
  977. if not results:
  978. return False
  979. if Utils.find_result(results, _name):
  980. return True
  981. return False
  982. @staticmethod
  983. def find_result(results, _name):
  984. ''' Find the specified result by name'''
  985. rval = None
  986. for result in results:
  987. if 'metadata' in result and result['metadata']['name'] == _name:
  988. rval = result
  989. break
  990. return rval
  991. @staticmethod
  992. def get_resource_file(sfile, sfile_type='yaml'):
  993. ''' return the service file '''
  994. contents = None
  995. with open(sfile) as sfd:
  996. contents = sfd.read()
  997. if sfile_type == 'yaml':
  998. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  999. # pylint: disable=no-member
  1000. if hasattr(yaml, 'RoundTripLoader'):
  1001. contents = yaml.load(contents, yaml.RoundTripLoader)
  1002. else:
  1003. contents = yaml.safe_load(contents)
  1004. elif sfile_type == 'json':
  1005. contents = json.loads(contents)
  1006. return contents
  1007. @staticmethod
  1008. def filter_versions(stdout):
  1009. ''' filter the oc version output '''
  1010. version_dict = {}
  1011. version_search = ['oc', 'openshift', 'kubernetes']
  1012. for line in stdout.strip().split('\n'):
  1013. for term in version_search:
  1014. if not line:
  1015. continue
  1016. if line.startswith(term):
  1017. version_dict[term] = line.split()[-1]
  1018. # horrible hack to get openshift version in Openshift 3.2
  1019. # By default "oc version in 3.2 does not return an "openshift" version
  1020. if "openshift" not in version_dict:
  1021. version_dict["openshift"] = version_dict["oc"]
  1022. return version_dict
  1023. @staticmethod
  1024. def add_custom_versions(versions):
  1025. ''' create custom versions strings '''
  1026. versions_dict = {}
  1027. for tech, version in versions.items():
  1028. # clean up "-" from version
  1029. if "-" in version:
  1030. version = version.split("-")[0]
  1031. if version.startswith('v'):
  1032. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1033. # "v3.3.0.33" is what we have, we want "3.3"
  1034. versions_dict[tech + '_short'] = version[1:4]
  1035. return versions_dict
  1036. @staticmethod
  1037. def openshift_installed():
  1038. ''' check if openshift is installed '''
  1039. import yum
  1040. yum_base = yum.YumBase()
  1041. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1042. return True
  1043. return False
  1044. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1045. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1046. @staticmethod
  1047. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1048. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1049. # Currently these values are autogenerated and we do not need to check them
  1050. skip = ['metadata', 'status']
  1051. if skip_keys:
  1052. skip.extend(skip_keys)
  1053. for key, value in result_def.items():
  1054. if key in skip:
  1055. continue
  1056. # Both are lists
  1057. if isinstance(value, list):
  1058. if key not in user_def:
  1059. if debug:
  1060. print('User data does not have key [%s]' % key)
  1061. print('User data: %s' % user_def)
  1062. return False
  1063. if not isinstance(user_def[key], list):
  1064. if debug:
  1065. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1066. return False
  1067. if len(user_def[key]) != len(value):
  1068. if debug:
  1069. print("List lengths are not equal.")
  1070. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1071. print("user_def: %s" % user_def[key])
  1072. print("value: %s" % value)
  1073. return False
  1074. for values in zip(user_def[key], value):
  1075. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1076. if debug:
  1077. print('sending list - list')
  1078. print(type(values[0]))
  1079. print(type(values[1]))
  1080. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1081. if not result:
  1082. print('list compare returned false')
  1083. return False
  1084. elif value != user_def[key]:
  1085. if debug:
  1086. print('value should be identical')
  1087. print(user_def[key])
  1088. print(value)
  1089. return False
  1090. # recurse on a dictionary
  1091. elif isinstance(value, dict):
  1092. if key not in user_def:
  1093. if debug:
  1094. print("user_def does not have key [%s]" % key)
  1095. return False
  1096. if not isinstance(user_def[key], dict):
  1097. if debug:
  1098. print("dict returned false: not instance of dict")
  1099. return False
  1100. # before passing ensure keys match
  1101. api_values = set(value.keys()) - set(skip)
  1102. user_values = set(user_def[key].keys()) - set(skip)
  1103. if api_values != user_values:
  1104. if debug:
  1105. print("keys are not equal in dict")
  1106. print(user_values)
  1107. print(api_values)
  1108. return False
  1109. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1110. if not result:
  1111. if debug:
  1112. print("dict returned false")
  1113. print(result)
  1114. return False
  1115. # Verify each key, value pair is the same
  1116. else:
  1117. if key not in user_def or value != user_def[key]:
  1118. if debug:
  1119. print("value not equal; user_def does not have key")
  1120. print(key)
  1121. print(value)
  1122. if key in user_def:
  1123. print(user_def[key])
  1124. return False
  1125. if debug:
  1126. print('returning true')
  1127. return True
  1128. class OpenShiftCLIConfig(object):
  1129. '''Generic Config'''
  1130. def __init__(self, rname, namespace, kubeconfig, options):
  1131. self.kubeconfig = kubeconfig
  1132. self.name = rname
  1133. self.namespace = namespace
  1134. self._options = options
  1135. @property
  1136. def config_options(self):
  1137. ''' return config options '''
  1138. return self._options
  1139. def to_option_list(self):
  1140. '''return all options as a string'''
  1141. return self.stringify()
  1142. def stringify(self):
  1143. ''' return the options hash as cli params in a string '''
  1144. rval = []
  1145. for key in sorted(self.config_options.keys()):
  1146. data = self.config_options[key]
  1147. if data['include'] \
  1148. and (data['value'] or isinstance(data['value'], int)):
  1149. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1150. return rval
  1151. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1152. # -*- -*- -*- Begin included fragment: class/oc_label.py -*- -*- -*-
  1153. # pylint: disable=too-many-instance-attributes
  1154. class OCLabel(OpenShiftCLI):
  1155. ''' Class to wrap the oc command line tools '''
  1156. # pylint allows 5
  1157. # pylint: disable=too-many-arguments
  1158. def __init__(self,
  1159. name,
  1160. namespace,
  1161. kind,
  1162. kubeconfig,
  1163. labels=None,
  1164. selector=None,
  1165. verbose=False):
  1166. ''' Constructor for OCLabel '''
  1167. super(OCLabel, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1168. self.name = name
  1169. self.kind = kind
  1170. self.labels = labels
  1171. self._curr_labels = None
  1172. self.selector = selector
  1173. @property
  1174. def current_labels(self):
  1175. '''property for the current labels'''
  1176. if self._curr_labels is None:
  1177. results = self.get()
  1178. self._curr_labels = results['labels']
  1179. return self._curr_labels
  1180. @current_labels.setter
  1181. def current_labels(self, data):
  1182. '''property setter for current labels'''
  1183. self._curr_labels = data
  1184. def compare_labels(self, host_labels):
  1185. ''' compare incoming labels against current labels'''
  1186. for label in self.labels:
  1187. if label['key'] not in host_labels or \
  1188. label['value'] != host_labels[label['key']]:
  1189. return False
  1190. return True
  1191. def all_user_labels_exist(self):
  1192. ''' return whether all the labels already exist '''
  1193. for current_host_labels in self.current_labels:
  1194. rbool = self.compare_labels(current_host_labels)
  1195. if not rbool:
  1196. return False
  1197. return True
  1198. def any_label_exists(self):
  1199. ''' return whether any single label already exists '''
  1200. for current_host_labels in self.current_labels:
  1201. for label in self.labels:
  1202. if label['key'] in current_host_labels:
  1203. return True
  1204. return False
  1205. def get_user_keys(self):
  1206. ''' go through list of user key:values and return all keys '''
  1207. user_keys = []
  1208. for label in self.labels:
  1209. user_keys.append(label['key'])
  1210. return user_keys
  1211. def get_current_label_keys(self):
  1212. ''' collect all the current label keys '''
  1213. current_label_keys = []
  1214. for current_host_labels in self.current_labels:
  1215. for key in current_host_labels.keys():
  1216. current_label_keys.append(key)
  1217. return list(set(current_label_keys))
  1218. def get_extra_current_labels(self):
  1219. ''' return list of labels that are currently stored, but aren't
  1220. in user-provided list '''
  1221. extra_labels = []
  1222. user_label_keys = self.get_user_keys()
  1223. current_label_keys = self.get_current_label_keys()
  1224. for current_key in current_label_keys:
  1225. if current_key not in user_label_keys:
  1226. extra_labels.append(current_key)
  1227. return extra_labels
  1228. def extra_current_labels(self):
  1229. ''' return whether there are labels currently stored that user
  1230. hasn't directly provided '''
  1231. extra_labels = self.get_extra_current_labels()
  1232. if len(extra_labels) > 0:
  1233. return True
  1234. return False
  1235. def replace(self):
  1236. ''' replace currently stored labels with user provided labels '''
  1237. cmd = self.cmd_template()
  1238. # First delete any extra labels
  1239. extra_labels = self.get_extra_current_labels()
  1240. if len(extra_labels) > 0:
  1241. for label in extra_labels:
  1242. cmd.append("{}-".format(label))
  1243. # Now add/modify the user-provided label list
  1244. if len(self.labels) > 0:
  1245. for label in self.labels:
  1246. cmd.append("{}={}".format(label['key'], label['value']))
  1247. # --overwrite for the case where we are updating existing labels
  1248. cmd.append("--overwrite")
  1249. return self.openshift_cmd(cmd)
  1250. def get(self):
  1251. '''return label information '''
  1252. result_dict = {}
  1253. label_list = []
  1254. if self.name:
  1255. result = self._get(resource=self.kind, name=self.name, selector=self.selector)
  1256. if result['results'][0] and 'labels' in result['results'][0]['metadata']:
  1257. label_list.append(result['results'][0]['metadata']['labels'])
  1258. else:
  1259. label_list.append({})
  1260. else:
  1261. result = self._get(resource=self.kind, selector=self.selector)
  1262. for item in result['results'][0]['items']:
  1263. if 'labels' in item['metadata']:
  1264. label_list.append(item['metadata']['labels'])
  1265. else:
  1266. label_list.append({})
  1267. self.current_labels = label_list
  1268. result_dict['labels'] = self.current_labels
  1269. result_dict['item_count'] = len(self.current_labels)
  1270. result['results'] = result_dict
  1271. return result
  1272. def cmd_template(self):
  1273. ''' boilerplate oc command for modifying lables on this object '''
  1274. # let's build the cmd with what we have passed in
  1275. cmd = ["label", self.kind]
  1276. if self.selector:
  1277. cmd.extend(["--selector", self.selector])
  1278. elif self.name:
  1279. cmd.extend([self.name])
  1280. return cmd
  1281. def add(self):
  1282. ''' add labels '''
  1283. cmd = self.cmd_template()
  1284. for label in self.labels:
  1285. cmd.append("{}={}".format(label['key'], label['value']))
  1286. cmd.append("--overwrite")
  1287. return self.openshift_cmd(cmd)
  1288. def delete(self):
  1289. '''delete the labels'''
  1290. cmd = self.cmd_template()
  1291. for label in self.labels:
  1292. cmd.append("{}-".format(label['key']))
  1293. return self.openshift_cmd(cmd)
  1294. # pylint: disable=too-many-branches,too-many-return-statements
  1295. @staticmethod
  1296. def run_ansible(params, check_mode=False):
  1297. ''' run the idempotent ansible code
  1298. prams comes from the ansible portion of this module
  1299. check_mode: does the module support check mode. (module.check_mode)
  1300. '''
  1301. oc_label = OCLabel(params['name'],
  1302. params['namespace'],
  1303. params['kind'],
  1304. params['kubeconfig'],
  1305. params['labels'],
  1306. params['selector'],
  1307. verbose=params['debug'])
  1308. state = params['state']
  1309. name = params['name']
  1310. selector = params['selector']
  1311. api_rval = oc_label.get()
  1312. #####
  1313. # Get
  1314. #####
  1315. if state == 'list':
  1316. return {'changed': False, 'results': api_rval['results'], 'state': "list"}
  1317. #######
  1318. # Add
  1319. #######
  1320. if state == 'add':
  1321. if not (name or selector):
  1322. return {'failed': True,
  1323. 'msg': "Param 'name' or 'selector' is required if state == 'add'"}
  1324. if not oc_label.all_user_labels_exist():
  1325. if check_mode:
  1326. return {'changed': False, 'msg': 'Would have performed an addition.'}
  1327. api_rval = oc_label.add()
  1328. if api_rval['returncode'] != 0:
  1329. return {'failed': True, 'msg': api_rval}
  1330. return {'changed': True, 'results': api_rval, 'state': "add"}
  1331. return {'changed': False, 'state': "add"}
  1332. ########
  1333. # Delete
  1334. ########
  1335. if state == 'absent':
  1336. if not (name or selector):
  1337. return {'failed': True,
  1338. 'msg': "Param 'name' or 'selector' is required if state == 'absent'"}
  1339. if oc_label.any_label_exists():
  1340. if check_mode:
  1341. return {'changed': False, 'msg': 'Would have performed a delete.'}
  1342. api_rval = oc_label.delete()
  1343. if api_rval['returncode'] != 0:
  1344. return {'failed': True, 'msg': api_rval}
  1345. return {'changed': True, 'results': api_rval, 'state': "absent"}
  1346. return {'changed': False, 'state': "absent"}
  1347. if state == 'present':
  1348. ########
  1349. # Update
  1350. ########
  1351. if not (name or selector):
  1352. return {'failed': True,
  1353. 'msg': "Param 'name' or 'selector' is required if state == 'present'"}
  1354. # if all the labels passed in don't already exist
  1355. # or if there are currently stored labels that haven't
  1356. # been passed in
  1357. if not oc_label.all_user_labels_exist() or \
  1358. oc_label.extra_current_labels():
  1359. if check_mode:
  1360. return {'changed': False, 'msg': 'Would have made changes.'}
  1361. api_rval = oc_label.replace()
  1362. if api_rval['returncode'] != 0:
  1363. return {'failed': True, 'msg': api_rval}
  1364. # return the created object
  1365. api_rval = oc_label.get()
  1366. if api_rval['returncode'] != 0:
  1367. return {'failed': True, 'msg': api_rval}
  1368. return {'changed': True, 'results': api_rval, 'state': "present"}
  1369. return {'changed': False, 'results': api_rval, 'state': "present"}
  1370. return {'failed': True,
  1371. 'changed': False,
  1372. 'results': 'Unknown state passed. %s' % state,
  1373. 'state': "unknown"}
  1374. # -*- -*- -*- End included fragment: class/oc_label.py -*- -*- -*-
  1375. # -*- -*- -*- Begin included fragment: ansible/oc_label.py -*- -*- -*-
  1376. def main():
  1377. ''' ansible oc module for labels '''
  1378. module = AnsibleModule(
  1379. argument_spec=dict(
  1380. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1381. state=dict(default='present', type='str',
  1382. choices=['present', 'absent', 'list', 'add']),
  1383. debug=dict(default=False, type='bool'),
  1384. kind=dict(default='node', type='str',
  1385. choices=['node', 'pod', 'namespace']),
  1386. name=dict(default=None, type='str'),
  1387. namespace=dict(default=None, type='str'),
  1388. labels=dict(default=None, type='list'),
  1389. selector=dict(default=None, type='str'),
  1390. ),
  1391. supports_check_mode=True,
  1392. mutually_exclusive=(['name', 'selector']),
  1393. )
  1394. results = OCLabel.run_ansible(module.params, module.check_mode)
  1395. if 'failed' in results:
  1396. module.fail_json(**results)
  1397. module.exit_json(**results)
  1398. if __name__ == '__main__':
  1399. main()
  1400. # -*- -*- -*- End included fragment: ansible/oc_label.py -*- -*- -*-