oc_obj.py 59 KB

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